Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 638 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 638 Bytes

PlayFramework Demo

Demo project implementing LightBend Playframework

Pre-requisite

  1. jdk 8+
  2. Scala
  3. sbt

Creating a New Application

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.