Skip to content

josephschito/opal-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opal playground

Setup

cd opal-static-template

bundle

bundle exec rackup

Visit http://localhost:9292

Build

bin/build

Try your build

ruby -rwebrick -e 'WEBrick::HTTPServer.new(:Port => 4001, :DocumentRoot => "build").start' &> /dev/null

Visit http://localhost:4001