/cuddly-octo-lamp

checking how to run a scala web app using scalatra, and deploying it on heroku

Primary LanguageHTML

myScalatraApp

Build & Run

$ cd myScalatraApp
$ sbt
> jetty:start
> browse

If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.