An open API service indexing awesome lists of open source software.

https://github.com/tomsquest/sinatra-html5boilerplate

Simple Sinatra application using Html5-boilerplate
https://github.com/tomsquest/sinatra-html5boilerplate

html5-boilerplate ruby sinatra

Last synced: about 1 year ago
JSON representation

Simple Sinatra application using Html5-boilerplate

Awesome Lists containing this project

README

          

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 !