An open API service indexing awesome lists of open source software.

https://github.com/rafbm/sinatra-kickstart

Minimal yet decent Sinatra structure for all your quick tests
https://github.com/rafbm/sinatra-kickstart

Last synced: 2 months ago
JSON representation

Minimal yet decent Sinatra structure for all your quick tests

Awesome Lists containing this project

README

          

Sinatra Kickstart
=================

Minimal yet decent Sinatra structure for all your quick tests

## Features

- classic style Sinatra app (no class)
- `index.erb` + `layout.erb`
- CoffeeScript + Stylus (through Sprockets)

## Usage

git clone git@github.com:rafBM/sinatra-kickstart.git YOUR_QUICK_TEST
cd YOUR_QUICK_TEST
bundle install
shotgun
open http://localhost:9393

## Credits

[@rafBM](http://twitter.com/rafBM)