Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 543 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 543 Bytes

Scala Web REPL

Build Status

Client/Server Application that imitates Scala REPL in a browser. You can play with it here.

Screenshot

How to build

sbt universal:packageBin

How to start

Development mode:

sbt run

Production mode:

sbt stage
./target/universal/stage/bin/scala-web-repl 

License

MIT