All Projects → heroku → scala-getting-started

heroku / scala-getting-started

Licence: other
Getting Started with Scala / Play on Heroku

Programming Languages

HTML
75241 projects
scala
5932 projects
CSS
56736 projects

scala/play-getting-started

A barebones Scala app (using the Play framework), which can easily be deployed to Heroku.

This application support the Getting Started with Scala/Play on Heroku article - check it out.

Running Locally

Make sure you have Play and sbt installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/heroku/scala-getting-started.git
$ cd scala-getting-started
$ sbt compile stage
$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Play and Scala on Heroku, see these Dev Center articles:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].