Skip to content

The companion repository for One Hungry Mind's AngularJS Testing Quick Start.

Notifications You must be signed in to change notification settings

dleroux/angularjs-testing-quick-start

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#AngularJS Testing Quick Start

This the companion project for the AngularJS Testing Quick Start from One Hungry Mind.

To read the guide head on over to the repo.

Run the App

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

And install and run the serve package so you can build the app.

npm install -g serve
serve src/

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 One Hungry Mind's AngularJS Testing Quick Start.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • HTML 13.2%
  • CSS 4.2%