Skip to content

A simple application skeleton for Sinatra, inspired by Express.

License

Notifications You must be signed in to change notification settings

nickserv/witchcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Witchcraft

A simple application skeleton for Sinatra, inspired by Express.

Installation

  1. Install Ruby (I recommend the latest Ruby, but 1.9 and later should work).
  2. Install Bundler with gem install bundler.
  3. bundle

Running the Server

Development

ruby app.rb

This will default to port 3000.

Production

bundle exec rackup

I recommend changing the default port with -p.

Heroku

Deploy

About

A simple application skeleton for Sinatra, inspired by Express.

Resources

License

Stars

Watchers

Forks

Sponsor this project