Home > Sinatra-Template

Sinatra-Template

Sinatra-Template is a project mainly written in Ruby, it's free.

My sinatra modular application template.

Template for a Sinatra Modular Application

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.

How to use it?

git clone [email protected]:albertoleal/Sinatra-Template.git
cd Sinatra-Template
rake install_dependencies
gem install shotgun
shotgun
Open the follow URL in your browser http://localhost:9393/
Previous:iOS-bootcamp