Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 718 Bytes

File metadata and controls

26 lines (16 loc) · 718 Bytes

Hello!

This is a demonstrator for Sinatra and Twitter Bootstrap.

Use it as a boilerplate to start your own apps.

Go!

Ensure you have a new version of Ruby installed.

Download and run sinatra-bootstrap:

git clone https://github.com/bootstrap-ruby/sinatra-bootstrap

cd sinatra-bootstrap
bundle install             # To install sinatra

bundle exec ruby app.rb    # To run the sample

Then open http://localhost:4567/

What's next?

  • Try the rerun gem to restart Sinatra automatically when you change source files.