Skip to content

SBT template project for quickly getting started with the spray framework

Notifications You must be signed in to change notification settings

marcweil/spray-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spray Template Project

  1. Git-clone this repository. Alternatively, download and extract a tarball or zip.

     $ git clone git://github.com/spray/spray-template.git my-project
    
  2. Change directory into your clone:

     $ cd my-project
    
  3. Launch SBT (note that you will need SBT 0.7.5.RC0 or 0.7.5.RC1 !):

     $ sbt
    
  4. Fetch the dependencies:

     > update
    
  5. Start Jetty, enabling continuous compilation and reloading:

     > jetty-run
     > ~prepare-webapp
    
  6. Browse to http://localhost:8080/

  7. Learn more at http://www.spray.cc/

  8. Start hacking on src/main/scala/com/example/HelloServiceBuilder.scala

About

SBT template project for quickly getting started with the spray framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%