npm.io
0.0.2 • Published 8 years ago

angular-redux-sass

Licence
MIT
Version
0.0.2
Deps
17
Size
40 kB
Vulns
15
Weekly
0

Angular5 Boilerplate

Boilerplate which include Angular5, Redux, Scss , Bootstrap4

Table of Contents:


  1. Installation
  2. The Stack

Installation:

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 Stack:

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