This is the boilerplate project for the AngularJS Code Challenge.
- NodeJS (>=0.10.0)
npm install -g gulp bower
npm install
bower install
gulp
orgulp build
to build an optimized version of your application in/dist
gulp serve
to launch a browser sync server on your source filesgulp serve:dist
to launch a server on your optimized applicationgulp test
to launch your unit tests with Karmagulp test:auto
to launch your unit tests with Karma in watch modegulp protractor
to launch your e2e tests with Protractorgulp protractor:dist
to launch your e2e tests with Protractor on the dist files
Use this section to explain any technical/architectural decisions that you did.