WinterTechForum / open-spaces-board

Open Spaces Board

Home Page:https://wtf-board-test.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 master
$ heroku open

or

Deploy to Heroku

Documentation

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

About

Open Spaces Board

https://wtf-board-test.herokuapp.com

License:Other


Languages

Language:JavaScript 87.6%Language:Scala 4.3%Language:Elm 4.2%Language:Shell 3.7%Language:HTML 0.2%Language:CSS 0.1%