All Projects → scalatra → scalatra-sbt-prototype

scalatra / scalatra-sbt-prototype

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

Programming Languages

scala
5932 projects
HTML
75241 projects

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].