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 startit will start a server onlocalhost:8000npm testwill run each test.
Used example code from https://github.com/angular/angular-seed.