generator-rd-frontend
v0.2.0
Published
Resultados Digitais scaffold for frontend apps
Downloads
3
Maintainers
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-frontend
Generation
Just run:
yo rd-frontend
Running locally
Checkout
[email protected]:ResultadosDigitais/generator-rd-frontend.git
Install dependencies
cd generator-rd-frontend && yarn
Exports the project (only first time)
yarn link
Create some another folder to generate project inside it
cd .. && mkdir test && cd test
Generate new project
yo rd-frontend