###Prerequirements npm install -g git
npm install -g http-server
npm install -g bower
git clone https://github.com/Contour/AngularIn1Day
cd AngularIn1Day
npm install
bower install
###Run the Application npm start
###Testing npm test
or
npm run test-single-run
###E2E npm run update-webdriver
To execute:
npm run protractor