Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootstrap-ruby/sinatra-bootstrap
A demonstrator for Sinatra and Twitter's Bootstrap
https://github.com/bootstrap-ruby/sinatra-bootstrap
Last synced: 5 days ago
JSON representation
A demonstrator for Sinatra and Twitter's Bootstrap
- Host: GitHub
- URL: https://github.com/bootstrap-ruby/sinatra-bootstrap
- Owner: bootstrap-ruby
- Created: 2011-11-06T12:58:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T05:41:18.000Z (over 1 year ago)
- Last Synced: 2024-10-31T07:33:59.582Z (10 days ago)
- Language: HTML
- Size: 775 KB
- Stars: 223
- Watchers: 18
- Forks: 109
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello!
====This is a demonstrator for [Sinatra](http://www.sinatrarb.com/) and [Twitter Bootstrap](http://getbootstrap.com/).
Use it as a boilerplate to start your own apps.
Go!
===Download and run sinatra-bootstrap:
git clone https://github.com/bootstrap-ruby/sinatra-bootstrap
cd sinatra-bootstrap
bundle install # To install sinatrabundle exec ruby app.rb # To run the sample
Then open [http://localhost:4567/](http://localhost:4567/)
What's next?
============
- Try the rerun gem to restart Sinatra automatically when you change source files: https://github.com/alexch/rerun