CLI to create angular projet with material.
- Create Angular project
- Adding Angular Material to this project
- Run
ng serve --o - Open VsCode
- NodeJs
- Angular
- VsCode
npm :
npm install ngfast -g
ngfast PROJECT_NAME
or
ngfast PROJECT_NAME -m -s
| Option | Description | Default |
|---|---|---|
| -m | Add Angular Material | false |
| -s | Open project on browser | false |
ngfast is copyright © 2020+ Julien Bertacco and released under the MIT license.