• Stars
    star
    223
  • Rank 178,425 (Top 4 %)
  • Language
    HTML
  • Created almost 13 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A demonstrator for Sinatra and Twitter's Bootstrap

Hello!

This is a demonstrator for Sinatra and Twitter Bootstrap.

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 sinatra

bundle exec ruby app.rb    # To run the sample

Then open http://localhost:4567/

What's next?