Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 810 Bytes

README.markdown

File metadata and controls

29 lines (15 loc) · 810 Bytes

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