generator-rd-frontend
v0.2.0
Published
Resultados Digitais scaffold for frontend apps
Readme
generator-rd-frontend
Resultados Digitais App Generator
Installation
First, install Yeoman and generator-rd-frontend using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-rd-frontendGeneration
Just run:
yo rd-frontendRunning locally
Checkout
[email protected]:ResultadosDigitais/generator-rd-frontend.gitInstall dependencies
cd generator-rd-frontend && yarnExports the project (only first time)
yarn linkCreate some another folder to generate project inside it
cd .. && mkdir test && cd testGenerate new project
yo rd-frontend
