Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 285 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 285 Bytes

backbone-headless-testing

An example/bootstrap project that shows how to headlessly test a simple backbone app using node.js.

Getting Started

  1. Install node.js
  2. Install npm modules npm install
  3. Run the app node app.js
  4. Run the tests make test