An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![CI](https://github.com/scommons/scommons-examples/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/scommons/scommons-examples/actions/workflows/ci.yml?query=workflow%3Aci+branch%3Amaster)
[![Coverage Status](https://coveralls.io/repos/github/scommons/scommons-examples/badge.svg?branch=master)](https://coveralls.io/github/scommons/scommons-examples?branch=master)
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.8.0.svg)](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
```