Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aappddeevv/scalar2020online
scalar2020online repo
https://github.com/aappddeevv/scalar2020online
Last synced: 10 days ago
JSON representation
scalar2020online repo
- Host: GitHub
- URL: https://github.com/aappddeevv/scalar2020online
- Owner: aappddeevv
- License: mit
- Created: 2020-05-09T15:41:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:05:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T02:33:50.355Z (23 days ago)
- Language: Scala
- Size: 4.03 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scalar2020 Online Project Example
This repo contains a full-stack project integrating
* scala.js: client and server contributions
* server: both app and api server
* nodejs
* graphql
* express
* docusaurus: presentation
* client: javascript SPA clientThe projects are interconnected as the scala project produces
artifacts needed by the server project. Generally, when
artifacts are needed elsewhere they are copied or
directly output to the destination.To see the presentation run docusaurus:
```sh
cd docusaurus
npm run start
```The project has build steps that rely on some
beta products so it will not build for you from
scratch. The project will be updated once the
tools are generally available.Build tools include:
* coursier
* sbt
* webpack
* npm scripts with nodejs
* scalablytype
* shell scripts# License
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000)](https://raw.githubusercontent.com/aappddeevv/scalar2020online/master/LICENSE)
MIT license.