jaredfaris / SinatraKnockout

A template for using Sinatra and Knockout.js to build a simple site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install RVM

$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)

Update your bundler

$ gem update bundler

Install the gems, might need to gem install bundler first

$ bundle install

Use shotgun to launch Sinatra and monitor changes

$ shotgun main.rb

About

A template for using Sinatra and Knockout.js to build a simple site


Languages

Language:Ruby 100.0%