This is a simple demo app that demonstrates the use of Backbone.js. It uses the following libraries:
You need a ruby 2.0 installation with bundler. rvm is recommended. Clone the git repo and then run:
bundle
to install the necessary gems.
To start the server simply run:
bundle exec rackup -p 4567
Then visit http://localhost:4567/
To compile scss to css dynamically run compass from the project root:
compass watch public