/scalatra-sbt-prototype

A minimal Scalatra application with an SBT build to kickstart your project.

Primary LanguageScala

scalatra-sbt-prototype

This is a minimum example to show how to build web applications with Scalatra.

  1. Launch sbt
# brew install sbt
sbt
  1. Run Jetty on the sbt shell
container:start
  1. Go to http://localhost:8080/.

  2. Learn more at http://www.scalatra.org/.

  3. Happy hacking!