scalatra / scalatra-sbt-prototype

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

Home Page:http://www.scalatra.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

http://www.scalatra.org/


Languages

Language:Scala 87.3%Language:HTML 12.7%