Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 972 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 972 Bytes

CI Coverage Status Scala.js

scommons-examples

Example projects that uses Scala Commons components/modules.

How to Build

To build and run tests use the following command:

sbt clean test

How to Run Dev/Demo Server

To start the application server locally, use the following command:

sbt clean "project scommons-examples-server" run

Puzzle15 Client UI

To see it in browser:

http://localhost:9000/scommons-examples/puzzle15.html