/scala-study-group

Code for Women Who Code Scala study group

Primary LanguageShell

Scala Study Group

Build & Run

$ cd Scala_Study_Group
$ ./sbt
> container:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.

Automatic code reloading

To automatically recompile & reload code when it's saved, run the following

$ cd Scala_Study_Group
$ ./sbt
> ~ ;copy-resources;aux-compile