Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 458 Bytes

Uses JavaScript as an embedded DSL in Scala to integrate client-side and server-side validation into Play 2.

Run it!

Setup LMS and js-scala.

Setup the validation library:

$ cd core
$ sbt publish-local

Finally run the samples:

$ cd samples/{sample} # Replace “sample” with “forms”, “mini” or “mini-forms”
$ sbt run