This the companion project for the Angular Testing Quick Start from AngularClass.
To read the guide head on over to the repo.
To run the app, make sure you have Node installed and then run the following commands.
npm install -g webpack webpack-dev-server typescript
npm install
npm start
Navigate to http://localhost:3000
To run the tests, make sure you have Node installed.
Then run npm install and karma start to run the tests.