Demo accompanying talk about Backbone.js on DrupalJam2013 presented by Toon Ketels.
Slides can be found at speakerdeck.
Serve the contents of the www
folder from a webserver.
A node.js dev server is provided for convenience (via grunt).
To use the build in server you need to have nodejs and npm installed.
The server is spun using gunt so do:
npm install -g grunt-cli
Then in this project's root directory do:
npm install
grunt build
grunt
This will run a server on port 8080, automatically compile jade/sass to html/css and watch any changes to jade/sass/js to livereload the server.