Skip to content
/ Seed Public

Sinatra app with bootstrap, sprockets and livereload. Ready to be deployed to heroku.

Notifications You must be signed in to change notification settings

Grouper/Seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed

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

Installation

Run with

bundle exec rackup

Developing

To automatically reload pages when you make changes to its source code, run in a seperate console:

bundle exec guard

Deploying

Deploy to heroku, if you expect heavy traffic, we recommend cloudflare

About

Sinatra app with bootstrap, sprockets and livereload. Ready to be deployed to heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published