The goal of this project is to show how to set up split in off-the-grid mode for unit tests using Angular.
npm install
- (you also need to have bower installed).npm start
it will start a server onlocalhost:8000
npm test
will run each test.
Used example code from https://github.com/angular/angular-seed
.