Sha256: 23058aab176d08acec08ede26834080c08ccc62ffdf4187a02260f6fcbfd67a9
Contents?: true
Size: 388 Bytes
Versions: 4
Compression:
Stored size: 388 Bytes
Contents
# Ovto + Sinatra example ## How to run ``` $ cd example/sinatra $ bundle install $ bundle exec rackup $ open http://localhost:9292/ ``` ## Files - ovto/ Contains Ovto app (= client side code) - app.rb - sinatra/ Contains Sinatra app (= server side code) - app.rb - config.ru This file arrangement is just an example. You can put app.rb anywhere you want by modifying config.ru.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ovto-0.2.3 | example/sinatra/README.md |
ovto-0.2.2 | example/sinatra/README.md |
ovto-0.2.1 | example/sinatra/README.md |
ovto-0.2.0 | example/sinatra/README.md |