A really simple Sinatra starter kit.
- Clone using
git clone git://github.com/jstr/sinatra-multi-starter-kit.git [your app name] cd [your app name]- Run
shotgun -p 3000 config.ru - Visit http://localhost:3000 in your favourite browser.
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
James Stradling / james@beachstone.co.nz / @jstr