Boilerplate which include Angular5, Redux, Scss , Bootstrap4
This application run with Node 8.9 and greater. I recommend using nvm to manage your node versions. In addition, node-sass is required globally.
For development, run:
npm install -g @angular/cli
npm install
ng serve
For production, run:
ng build --prod --aot
The App Stack includes various tools and frameworks. Below is a list of those items and their intended purpose:
- Angular5: Client Side Web-App Stack