/sinatra_skeleton

simple repo that people can clone for developing a new service, has a gemfile, versioning baked in

Primary LanguageRuby

Sinatra Project Skeleton

installation:

    bundle install

running:

    bundle exec thin -R config.ru start