Base solution for performing code katas. Setup with angular and jasmine
This solution is a simple website with jasmine and angular references. It has everything in it to start doing a code kata. Typically starting off with a test service and building it up from there.
Install NPM packages
npm install
Run tests
grunt test
(or just grunt)