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.
- Play
- sbt
- Heroku Toolbelt
- Java 8
Using SDKMan to install Java 8:
$ sdk install java 8.0.352-zulu
$ sdk use java 8.0.352-zulu
$ git clone [email protected]:blipson/benlipson.io.git
$ cd benlipson.io
$ sbt compile stage
$ heroku local
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
or
For more information about using Play and Scala on Heroku, see these Dev Center articles: