This is a minimum example to show how to build web applications with Scalatra.
- Launch sbt
# brew install sbt
sbt
- Run Jetty on the sbt shell
container:start
-
Go to http://localhost:8080/.
-
Learn more at http://www.scalatra.org/.
-
Happy hacking!