Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 414 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 414 Bytes

do-dotnet-shop

AngularJS Demo Application

How to install?

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

How to run?

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