AngularJS Demo Application
npm install -g karma
npm install -g grunt-cli
git clone https://github.com/Mischi/do-dotnet-shop.git
cd do-dotnet-shop
npm install
To watch file changes and reload browser use
grunt watch
To watch file changes and run unit tests use
grunt unit
To run unit tests in different browsers once use
grunt ci