Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 347 Bytes

README.rdoc

File metadata and controls

11 lines (7 loc) · 347 Bytes

Anatomy of Backbone sample application

This is a sample application used on the CodeSchool course, Anatomy of Backbone.js backbone.codeschool.com.

Getting Started

  1. Run ‘bundle install` to setup required gems.

  2. Run ‘rake db:setup` to create a sqlite database and initialize with data.

  3. Run ‘rails s` to run the server locally.