- Generated with Bangular.
- If you want to add routes/directives, follow the instructions on the Bangular Readme.
- Download Node.js
- Download Git Bash
- Open up git bash and browse to the folder where you want to place iPallor
git clone https://github.com/MedAppJamTeam14/iPallor.gitcd iPallornpm install -g bower gulpbower install && npm installgulpto start server
npm install -g phantomjsgulp e2e:updategulp testgulp e2e
gulp- run gulp and start servergulp build- build dist version of app (concatenate + minify)gulp lint- lint with JSHint and JSCSgulp test- test with Karma and Mocha (unit-testing)gulp e2e- test with Protractor (end-to-end testing)gulp bump [--major || --minor || --patch]- bump version