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
- Host: GitHub
- URL: https://github.com/tomsquest/sinatra-html5boilerplate
- Owner: tomsquest
- Created: 2011-04-22T17:49:12.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-28T05:22:16.000Z (about 15 years ago)
- Last Synced: 2025-04-13T20:56:31.509Z (about 1 year ago)
- Topics: html5-boilerplate, ruby, sinatra
- Language: JavaScript
- Homepage:
- Size: 790 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 !