Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.57 KB

File metadata and controls

44 lines (27 loc) · 1.57 KB

Getting started with Play framework

Learn whether Play Framework is right for your project

First time Play user?

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.

Already know a bit about 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:

Java seed template

sbt new playframework/play-java-seed.g8

Scala seed template

sbt new playframework/play-scala-seed.g8

For more information on setting up the seed project, Check out the documentation.

Community

Check out our forum, Discord and Open Collective!

Contribute

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.