Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitlangton/zio-hackathon
https://github.com/kitlangton/zio-hackathon
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitlangton/zio-hackathon
- Owner: kitlangton
- Created: 2021-08-27T03:58:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T21:46:32.000Z (about 3 years ago)
- Last Synced: 2024-11-10T07:28:34.688Z (about 2 months ago)
- Language: Scala
- Size: 42 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#i hackathon
A full-stack Scala application powered by ZIO and Laminar.
Created with **[zio-app](https://github.com/kitlangton/zio-app)**.
## Run with zio-app
1. `zio-app dev`
2. open `http://localhost:3000`## Run Manually
1. `sbt ~frontend/fastLinkJS` in another tab.
2. `sbt ~backend/reStart` in another tab.
3. `yarn install`
4. `yarn exec vite`
5. open `http://localhost:3000`