Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 506 Bytes

README.markdown

File metadata and controls

32 lines (16 loc) · 506 Bytes

Follow these steps to get started:

  1. Git-clone this repository.

     $ git clone 'repo'
    
  2. Change directory into your clone:

     $ cd my-project
    
  3. Launch SBT:

     $ sbt
    
  4. Compile everything and run all tests:

     > test
    
  5. Start the application:

     > re-start
    
  6. Browse to http://localhost:8080

  7. Stop the application:

     > re-stop
    
  8. Learn more at http://www.spray.io/

  9. Start hacking on src/main/scala/com/example/MyService.scala