Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 244 Bytes

File metadata and controls

12 lines (8 loc) · 244 Bytes

Sinatra Base

My base Sinatra template to bootstrap new projects.

To get started, clone repo and run:

bundle install
bundle exec unicorn -p 4000 -c ./config/unicorn.rb`

Now go to http://localhost:4000 and start hacking!