Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 994 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 994 Bytes

Code Sample of Playframework

Some code in ScalaGuide can not work very well, let's do it !

  • playframework 2.4.1
  • scala 2.11.6
  • sbt 0.13.8
  • java 1.8.0_45

Play for Scala developers

How to use this guide

  1. git clone or "download zip file" from
    https://github.com/moilioncircle/playframework-2.4.x-scala

  2. cd playframework-2.4.x-scala

  3. ./activator run and visit
    http://127.0.0.1:9000

How to read Play's guide

  1. https://github.com/playframework/playframework/tree/2.4.x/documentation/manual/working/scalaGuide

  2. index.toc maps the chapter and fold

  3. code/ contains code and conf