Want to start your Play Framework development, but don't feel like dealing with all the extra fluff that comes with the official starter template or other example applications? (They're great for learning and prototyping etc. but not so much for experts starting a production-grade product.)
- 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