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