In order to run this app you need Node.js 4.4.4 and NPM installed.
Install all dependencies:
npm install
Start server:
npm start
gulp lint
Run ESLintgulp lint-fix
Fix some ESLint errors
gulp js-beautify
Run JS Beautifier on JS filesgulp html-beautify
Run JS Beautifier on HTML filesgulp css-beautify
Run CSScomb on CSS and Less files
gulp build
Build project intodest/
gulp clean
Deletedest/
gulp build-assets
Build all JS and CSS filesgulp bower
Add Bower dependencies intoindex.ejs
gulp less
Compilemain.less
gulp ng-annotate
Inject Angular dependenciesgulp build-copy
Copy images, templates, fonts and JSON fixtures intodest/
gulp copy-images
Copy images intodest/
gulp copy-templates
Copy templates intodest/
gulp copy-json
Copy JSON intodest/
gulp copy-fonts
Copy fonts intodest/