https://github.com/zth/reprod-reanalyze-alias
https://github.com/zth/reprod-reanalyze-alias
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zth/reprod-reanalyze-alias
- Owner: zth
- Created: 2024-06-28T06:15:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T06:15:32.000Z (over 1 year ago)
- Last Synced: 2025-10-19T02:24:50.902Z (4 months ago)
- Language: ReScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Project Template
- [Installation](../../README.md)
Official ReScript starter template.
## Installation
```sh
npm install
```
## Build
- Build: `npm run res:build`
- Clean: `npm run res:clean`
- Build & watch: `npm run res:dev`
## Run
```sh
node src/Demo.res.js
```