Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 405 Bytes

File metadata and controls

22 lines (14 loc) · 405 Bytes

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