0.2.0 • Published 6 years ago
generator-rd-frontend v0.2.0
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
git@github.com: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