Getting started with this app:
Prerequisite
- Have NPM installed
- npm install (this will install all npm modules & bower modules)
- npm start (this will start a simple HTTP server that will serve this AngularJS app)
- Enjoy
On development:
- gulp watch (this will watch all scss files and compile them to their css files)
- npm start (to start a simple HTTP server. Its not hot reload / live reload)
- gulp dev (especially run this when you add new files)