https://github.com/mowtwo/rescript-tea-demo
https://github.com/mowtwo/rescript-tea-demo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mowtwo/rescript-tea-demo
- Owner: mowtwo
- License: mit
- Created: 2022-11-11T06:43:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T07:03:03.000Z (over 3 years ago)
- Last Synced: 2025-07-06T20:47:53.558Z (12 months ago)
- Language: ReScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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 res:build`
- Clean: `npm run res:clean`
- Build & watch: `npm run res:start`
## Run
```sh
node src/Demo.bs.js
```