Skip to content

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

Notifications You must be signed in to change notification settings

tfnico/scalatra-sbt-prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Scalatra SBT prototype

  1. Clone this repository:

     git clone git://github.com/scalatra/scalatra-sbt-prototype.git my-app
    
  2. Change directory into your clone:

     cd my-app
    
  3. Launch SBT.

     sbt
    
  4. At SBT prompt, fetch the dependencies. Do this the first time and also whenever you change the project definition.

     update
    
  5. Run Jetty

     jetty
    
  6. Go to http://localhost:8080/.

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

  8. Happy hacking!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%