Skip to content

Twilio kick start learning project using Scala, Spray and Akka

Notifications You must be signed in to change notification settings

ankit2711/twilio-kickstart-withspray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Twilio kick start learning project using Scala, Spray and Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages