Skip to content

jamaltun/angular2-testing-quick-start

Repository files navigation

Angular 2 Testing Quick Start

This the companion project for the Angular Testing Quick Start from AngularClass.

To read the guide head on over to the repo.

Run the App

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

Run the Tests

To run the tests, make sure you have Node installed.

Then run npm install and karma start to run the tests.

About

The companion repository for Angular 2 Testing Quick Start by @AngularClass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published