https://github.com/mowtwo/rescript-tea-demo
https://github.com/mowtwo/rescript-tea-demo
Last synced: about 2 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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T07:03:03.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:34:44.512Z (3 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
```