Simple boilerplate app to start a new backbone project utilizing coffeescript, Sinatra, Twitter Bootstrap, and MongoDB.
git clone -o boilerplate git://github.com/timwingfield/backbone-sinatra-boilerplate.git new_project_name
git remote add origin ssh://git@github.com/user/new_project_name.git
optional: git remote rm boilerplate
bundle install to install everything
bundle exec guard to kick off all the tests
bundle exec shotgun to fire up the website
Rename AppName to your application name in the files listed below:
- In
app/app.coffeeon lines 1 and 4 - In
app/js/app/routers.coffeeon lines 2 and 7 - In
app/js/app/views.coffeeon line 2