Seed is a bare-bones Sinatra app that can be used as a template for making better Sinatra apps.
It comes with
- Sprockets: to enable direct development in haml, sass and coffeescript.
- LiveReload: automatically reloads pages during development to speed up debugging
Run with
bundle exec rackup
To automatically reload pages when you make changes to its source code, run in a seperate console:
bundle exec guard
Deploy to heroku, if you expect heavy traffic, we recommend cloudflare