Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joefiorini/rescript-loadable-demo
https://github.com/joefiorini/rescript-loadable-demo
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joefiorini/rescript-loadable-demo
- Owner: joefiorini
- Created: 2021-04-29T20:38:43.000Z (over 3 years ago)
- Default Branch: loadable-component
- Last Pushed: 2021-04-29T20:40:17.000Z (over 3 years ago)
- Last Synced: 2024-11-16T16:29:05.165Z (2 months ago)
- Language: ReScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Project Template
The only official ReScript starter template.
## Installation
```sh
npm install
```## Build
- Build: `npm run build`
- Clean: `npm run clean`
- Build & watch: `npm run start`## Run
```sh
node src/Demo.bs.js
```