Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 379 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 379 Bytes

ZooApp

Build & Run

$ cd ZooApp
# To build a fat jar file and then run it
$ sbt assembly
$ java -jar dist/zoo.jar
# To run form source
$ sbt run

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

Arguments

java -jar dist/zoo.jar [port [hostname]]

Defaults to localhost:8080