Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 400 Bytes

my sinatra web application skeleton

A Web application skeleton mainly running on Heroku.

using:

  • Sinatra
  • hamlit for view template engine
  • npm and webpack for building JavaScripts and CSSs
  • React.js for frontend view
  • Twitter OAuth by OmniAuth
  • Mongoid for storage
  • Dalli for using memcached
  • RSpec

before using this skeleton, git grep -i fixme and replace they to your app name.