This is a demonstrator for Sinatra and Twitter Bootstrap.
Use it as a boilerplate to start your own apps.
Ensure you have a new version of Ruby installed.
Download and run sinatra-bootstrap:
git clone https://github.com/bootstrap-ruby/sinatra-bootstrap?target=https://github.com
cd sinatra-bootstrap
bundle install # To install sinatra
bundle exec ruby app.rb # To run the sample
Then open http://localhost:4567/
- Try the rerun gem to restart Sinatra automatically when you change source files.