Skip to content

michaeltelford/sinatra_reference_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra Reference Project

Reference web app built using the Sinatra web development framework.

Use this repo as a way to learn or fork the repo as a starting point for other Sinatra projects.

Configured tech

  • sinatra web app (pre-configured)
  • rake tasks for running the app
  • thin web server
  • slim templating engine
  • sprockets for asset management (using SCSS and CoffeeScript)
  • sprockets-helpers for asset retrieval
  • dotenv for loading of .env vars into ENV

Usage

Install the deps with:

$ bundle

Run the application server and browse to it with:

$ bundle exec rake browse

Run the tests with:

$ bundle exec rake test

See the rake tasks for more usage commands with:

$ bundle exec rake -T

About

Sinatra reference project for cloning, forking and learning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published