Skip to content

codeschool-courses/anatomyofbackbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anatomy of Backbone sample application

This is a sample application used on the CodeSchool course, Anatomy of Backbone.js http://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.