/sinatra-boilerplate

boilerplate for sinatra project

Primary LanguageRuby

sinatra-boilerplate

bundle install --path vendor/bundle
sqlite3 db/store_dev.db < sql/setup.sql
bundle exec rspec
bundle exec rackup