- Install Sbt
- MacOS:
brew install sbt
- MacOS:
- Clone this repo
- In the root of this repo:
sbt
- In the Sbt console that just opened:
run
- See http://localhost:9000
For IntelliJ debugging:
sbt -jvm-debug 9999 run
See https://stackoverflow.com/questions/5390178/how-to-make-the-debugging-in-playframework-in-intellij-idea#answer-22195552