backbone-headless-testing An example/bootstrap project that shows how to headlessly test a simple backbone app using node.js. Getting Started Install node.js Install npm modules npm install Run the app node app.js Run the tests make test