-
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
$> grunt watch
$> foreman start
Here are a few of the things that come included out of the box with Sinatra Bootstrap.
sample structure here
- Sass using grunt-contrib-sass
- Bourbon via this article
- jQuery
- PostgreSQL
- Sequel ORM
- Grunt
- Procfile to ease the deploy to Heroku.