Skip to content

graybike/sinatrabootstrap

Repository files navigation

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

About

A simple, structured Sinatra app template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published