Genuine Norm (GNorm) is an all-encompassing starting point for Genuine UI projects that provides architectural direction, fast scaffolding, code familiarity and promotes developer scalability.
Once you have installed the above dependencies:
- Create a new directory for your project and cd in
mkdir new-project && cd $_
- Ensure the GNorm Yeoman generator is installed and updated
npm install -g generator-gnorm
ornpm update generator-gnorm
- Run the generator
yo gnorm
- Complete the generator prompt questions to scaffold the project