https://github.com/aspeddro/rescript-test-build-warn-error
https://github.com/aspeddro/rescript-test-build-warn-error
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspeddro/rescript-test-build-warn-error
- Owner: aspeddro
- Created: 2024-07-14T04:15:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T04:20:50.000Z (about 2 years ago)
- Last Synced: 2026-02-01T10:39:30.412Z (6 months ago)
- Language: JavaScript
- Size: 28.3 MB
- 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
```