https://github.com/scommons/scommons-examples
Example projects that uses Scala Commons components/modules
https://github.com/scommons/scommons-examples
examples scala scalajs scalajs-reactjs
Last synced: 3 months ago
JSON representation
Example projects that uses Scala Commons components/modules
- Host: GitHub
- URL: https://github.com/scommons/scommons-examples
- Owner: scommons
- License: apache-2.0
- Created: 2018-06-11T07:38:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T14:25:30.000Z (about 1 year ago)
- Last Synced: 2025-01-08T04:14:14.050Z (5 months ago)
- Topics: examples, scala, scalajs, scalajs-reactjs
- Language: Scala
- Homepage: https://scommons.github.io/scommons-examples/
- Size: 740 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/scommons/scommons-examples/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amaster)
[](https://coveralls.io/github/scommons/scommons-examples?branch=master)
[](https://www.scala-js.org)## scommons-examples
Example projects that uses [Scala Commons](https://scommons.github.io/) components/modules.#### How to Build
To build and run tests use the following command:
```bash
sbt clean test
```#### How to Run Dev/Demo Server
To start the application server locally, use the following command:
```bash
sbt clean "project scommons-examples-server" run
```#### Puzzle15 Client UI
To see it in browser:
```
http://localhost:9000/scommons-examples/puzzle15.html
```