Skip to content

jdin/scala-web-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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