Skip to content

blipson/benlipson.io

Repository files navigation

scala/benlipson-io

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

Dependencies

Using SDKMan to install Java 8:

$ sdk install java 8.0.352-zulu
$ sdk use java 8.0.352-zulu

Running

$ 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.

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published