- All generator-gulp-webapp features
- ES6
- Handlebars
- Inject Svg sprites
- Node (> 0.12.0)
- Run
npm install
to install node dependencies - Run
bower install
to install Front-End dependencies - Run
gulp serve
to preview and watch for changes - Run
bower install --save <package>
to install frontend dependencies - Run
gulp serve
to preview the app - Run
gulp
to build your webapp for production - Run
gulp serve:dist
to preview the production build