Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 407 Bytes

File metadata and controls

14 lines (9 loc) · 407 Bytes

AngularJs (Angular v1.5) javascript sdk examples

The goal of this project is to show how to set up split in off-the-grid mode for unit tests using Angular.

Getting started

  • npm install - (you also need to have bower installed).
  • npm start it will start a server on localhost:8000
  • npm test will run each test.

Notes

Used example code from https://github.com/angular/angular-seed.