Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 696 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 696 Bytes

Sinatra Starter Kit

A really simple Sinatra starter kit.

Getting Started

  1. Clone using git clone git://github.com/jstr/sinatra-multi-starter-kit.git [your app name]
  2. cd [your app name]
  3. Run shotgun -p 3000 config.ru
  4. Visit http://localhost:3000 in your favourite browser.

Dependencies

You will need to install the following with rubygems:

  • sinatra: sudo gem install sinatra
  • haml: sudo gem install haml
  • sass (comes with haml)
  • shotgun (for auto-reloading of application files during testing.): sudo gem install shotgun

Author

James Stradling / [email protected] / @jstr