An open API service indexing awesome lists of open source software.

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

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
```