Install nodejs from https://nodejs.org/download/
Install the build task runner globally,
$ sudo npm install -g grunt-cli bower
Install the other dependencies;
$ npm install
$ bower install
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.
This project is generated with yo angular generator version 0.11.1.