This is a sample of AngularJS unit testing techniques.
You should have git and Node.js installed.
Run
npm install -g bower grunt-cli
to install the tools used in this project.
Clone this repo
git clone <repo url>
Cd to the project directory and run
npm install
bower install
to install Node.js and JavaScript dependencies.
Run the unit tests
grunt test
Run the unit tests continuously
grunt autotest
Run the app locally on http://localhost:9000
grunt serve