Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 516 Bytes

sinatra-boilerplate

Boilerplate code for starting a simple Sinatra app.

Getting Started

  1. Replace every occurrence of Boilerplate with your appname, ex: Appname
  2. Replace every occurrence of boilerplate with your appname, ex; appname
  3. Rename any folders named boilerplate to appname
  4. Rename and files named boilerplate to appname
  5. Run bundle install

Running

  1. Run shotgun
  2. Visit http://localhost:9393/
  3. That's it! Now get coding...