https://github.com/zth/rescript-editor-tooling-playground
https://github.com/zth/rescript-editor-tooling-playground
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zth/rescript-editor-tooling-playground
- Owner: zth
- Created: 2020-12-25T17:57:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T18:01:34.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T22:14:47.266Z (about 1 year ago)
- Language: ReScript
- Size: 8.79 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 build`
- Clean: `npm run clean`
- Build & watch: `npm run start`
## Run
```sh
node src/Demo.bs.js
```