Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
/ sinatra-starter Public archive

Starter project template for a common Sinatra application

Notifications You must be signed in to change notification settings

kunalbhat/sinatra-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra Starter

Simple project template for a Sinatra application

Sinatra Starter uses a few common components:

Installation

Clone this directory and change into it. Run bundle to install all dependencies.

Running locally

Since Sinatra Starter is configured to deploy on Heroku, a Procfile is included.

web: bundle exec ruby app.rb -p $PORT

Use foreman start -p XXXX on your port of choice. For example:

foreman start -p 3000

Deploying

Configure an app for free on Heroku and follow their instructions on deploying with Git.

About

Starter project template for a common Sinatra application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages