Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.18 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.18 KB

Sinatra Bootstrap, v 2.0

Setup

  • Install all the Grunt / NPM stuff

    $> npm install
    
  • Install all the gems required for this project

    $> bundle install
    
  • Make sure Postgres is installed on your system, and then, open up your psql console and run:

    $> create database sinatrabootstrap;
    
  • From the root directory of this app, run any migrations:

    $> rake db:migrate
    

Running

$> grunt watch
$> foreman start

Ingredients

Here are a few of the things that come included out of the box with Sinatra Bootstrap.

Structure

sample structure here

Templating

CSS

JavaScript

  • jQuery

Database

  • PostgreSQL
  • Sequel ORM

Taskrunner

  • Grunt

Infrastructure

  • Procfile to ease the deploy to Heroku.

Extras