Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (29 loc) · 941 Bytes

File metadata and controls

36 lines (29 loc) · 941 Bytes

goCode 2 - Backbone notes demo app

This is a simple demo app that demonstrates the use of Backbone.js. It uses the following libraries:

Installation

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/

Development

To compile scss to css dynamically run compass from the project root:

compass watch public