This repo contains a simple template to write an application using Sinatra.
This avoids you to start writting your application from the scratch every time.
git clone git@github.com:albertoleal/Sinatra-Template.git
cd Sinatra-Template
rake install_dependencies
gem install shotgun
shotgun
Open the follow URL in your browser http://localhost:9393/