Follow these steps to get started:
-
Git-clone this repository.
$ git clone 'repo'
-
Change directory into your clone:
$ cd my-project
-
Launch SBT:
$ sbt
-
Compile everything and run all tests:
> test
-
Start the application:
> re-start
-
Browse to http://localhost:8080
-
Stop the application:
> re-stop
-
Learn more at http://www.spray.io/
-
Start hacking on
src/main/scala/com/example/MyService.scala