================== STEP TO INSTALL ============================================
- npm install
- npm install --global gulp-cli
- bower install
- gulp serve ====================STEPS TO BUILD =========================================== gulp build
===================== RUN DISTRIBUTION ============================================
Copy "dist" folder to web server or double click on dist\index.html
======================== SOURCE CODE STRUCTURE =======================
- Structured by modules, each module will be in one folder.
- Inside each module , there will be route definition (using angular ui router), html template, scss file , controller and service (if any)