doubledare / sinatra_skeleton

Simple skeleton app for quickly starting up Sinatra development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Sinatra Skeleton App

Has included Gemfile which brings in:

  • Rack
  • Sinatra
  • SASS
  • CoffeeScript
  • HAML
  • Bluecloth

The main purpose of this app is to enable rapid client HTML development using the templating languages specified.

To start using

Clone this repo to a directory of your choosing

Run Bundler

Start the app with the Rackup command

About

Simple skeleton app for quickly starting up Sinatra development.


Languages

Language:HTML 66.0%Language:Ruby 28.9%Language:CSS 2.7%Language:CoffeeScript 2.5%