Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 336 Bytes

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!