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

https://github.com/zth/rescript-editor-tooling-playground


https://github.com/zth/rescript-editor-tooling-playground

Last synced: about 1 month ago
JSON representation

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