ViktorMarinov / minimal-play2

Play framework example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want to start your Play 2 development, but don't feel like dealing with all the extra fluff that comes with the starter projects or the example applications?

The minimal setup for a Play framework 2.6.6 project

  • Install Sbt
    • MacOS: brew install sbt
  • Clone this repo
  • In the root of this repo: sbt
  • In the Sbt console that just opened: run
  • See http://localhost:9000

About

Play framework example application

License:MIT License


Languages

Language:Scala 100.0%