Check out the getting started guide to install system dependencies and run a minimal play application! This is the best place to start if you are new to Scala, Java or Play.
In the play-samples repository there are a variety of example projects in both Java and Scala for a particular use case. These include everything you need, including sbt, Play Framework and 3rd part dependencies.
If you have all system requirements installed, and you are ready to start your own project you can create a Play project from the command line. Go to you projects folder and run one of the following commands:
sbt new playframework/play-java-seed.g8sbt new playframework/play-scala-seed.g8For more information on setting up the seed project, Check out the documentation.
Check out our forum, Discord and Open Collective!
Play is a community run project, and we are always happy to have people contribute to the project! Play is hosted on Github, so, issues with Play or a problems with the documentation can be reported on the github issue tracker.