Skip to content

remi/sinatra-kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sinatra-kickstart

This is what I use as a template for my Sinatra applications.

Parts of the code were inspired by the work of Raf and Étienne at Heliom.

Installation and Usage

$ git clone https://github.com/remiprev/sinatra-kickstart.git
$ cd sinatra-kickstart
$ bundle install
$ bundle exec shotgun start --host 0.0.0.0
== Shotgun/Thin on http://0.0.0.0:9393/
>> Thin web server (v1.5.0 codename Knife)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:9393, CTRL+C to stop

About

A typical structure for a Sinatra application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages