Anatomyofbackbone
anatomyofbackbone
Install / Use
/learn @codeschool-courses/AnatomyofbackboneREADME
== Anatomy of Backbone sample application
This is a sample application used on the CodeSchool course, Anatomy of Backbone.js link:http://backbone.codeschool.com.
== Getting Started
- Run
bundle installto setup required gems. - Run
rake db:setupto create a sqlite database and initialize with data. - Run
rails sto run the server locally.
