This README would normally document whatever steps are necessary to get your application up and running.
- Download Node.js from above link
- Open command prompt and go to your project location
- run npm install to download and install node modules
- run npm install --global gulp-cli if you have not installed gulp.js globally
- run npm install -g bower to install bower globally
- then run bower install to download front end libraries
- Open command prompt and go to your project location
- run gulp to watch your changes to html, css and front end libraries and generate production js and css files
- run gulp build to run once above process