Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaello/rescript-clean-deep-demo
Demo project for testing rescript-clean-deep bindings
https://github.com/mikaello/rescript-clean-deep-demo
Last synced: 23 days ago
JSON representation
Demo project for testing rescript-clean-deep bindings
- Host: GitHub
- URL: https://github.com/mikaello/rescript-clean-deep-demo
- Owner: mikaello
- License: mit
- Created: 2019-03-01T09:00:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T14:09:15.000Z (4 months ago)
- Last Synced: 2024-10-26T15:16:43.521Z (2 months ago)
- Language: ReScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo project for rescript-clean-deep
This project is only for testing that the [rescript-clean-deep](https://github.com/mikaello/rescript-clean-deep) bindings works as expected.
## Build
```
yarn build
```## Build + Watch
```
yarn start
```## Run
```
node src/Demo.bs.js
```