This project is generated with yo angular generator version 0.15.1.
##Prerequisites
You need to install grunt and bower beforehand.
npm install -g grunt bower
To get started, clone the repository and run the following commands in the project directory:
npm install
and bower install
Run grunt serve
to preview website and for realtime preview of changes on save.
Run grunt
for building, website will be generated into dist folder.
Running grunt test
will run the unit tests with karma.