Based on Yeoman webapp generator
-
Development
- Install:
npm install
&bower install
- Run
gulp serve
to preview and watch for changes - Run
bower install --save <package>
to install frontend dependencies
- Install:
-
Build
- Install:
npm install
&bower install
- Run
gulp
to build your webapp for production ondist
folder - Run
gulp serve:dist
to preview the production build
- Install: