- clone this repo
yarn install
bower install
grunt serve
to run the application in development module- Now you are ready to start development
run grunt test
to run the unit,
the starter is also provide support for protractor E2E tests, you can enable it by uncomment line 483
in GruntFile.js
run grunt build
to pack your project.