Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 226 Bytes

HelloWorld

Build & Run

$ cd HelloWorld
$ ./sbt
> jetty:start
> browse

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

frm-scala