# main.rb
require './simple_app'
get '/hello' do
html("./index.html")
endinstall:
git clone https://github.com/lits0ra/frame-work.git
run:
rackup
View at: http://localhost:9292/hello
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# main.rb
require './simple_app'
get '/hello' do
html("./index.html")
endinstall:
git clone https://github.com/lits0ra/frame-work.git
run:
rackup
View at: http://localhost:9292/hello