Demo project implementing LightBend Playframework
- jdk 8+
- Scala
- sbt
LightBend Play framework expects a particular project structure. If one already has scala installed, one can use giter8 template similar to maven archetype, to create a new Play project. In a command prompt type the following command
sbt new playframework/play-scala-seed.g8
Once a project is created, to check the project is created correctly, type the following in the command prompt.
sbt run
In a browser enter http://localhost:9000/ to view the welcome page.