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
- Host: GitHub
- URL: https://github.com/rafbm/sinatra-kickstart
- Owner: rafbm
- Created: 2012-09-08T04:12:20.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T13:34:19.000Z (over 13 years ago)
- Last Synced: 2025-01-26T05:26:09.650Z (over 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)