0.0.2 • Published 6 years ago

angular-redux-sass v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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