tomsquest / sinatra-html5boilerplate

Simple Sinatra application using Html5-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap a Sinatra application with Html5-boilerplate already included.
The app uses Haml and Sass. A partials helper is available

The application is deployable on Heroku.
See: http://sinatra-html5boilerplate.heroku.com/

Usage:
- bundle install
- ruby app.rb

Use:
- Sinatra : http://www.sinatrarb.com
- Html5-boilerplate : http://html5boilerplate.com/
- Haml and Sass : http://haml-lang.com
- Partials : https://gist.github.com/119874

There is no:
- Database pre-configured
- Models, controllers... Just a plain simple Sinatra app !

About

Simple Sinatra application using Html5-boilerplate


Languages

Language:JavaScript 90.7%Language:Ruby 9.3%