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

https://github.com/mowtwo/rescript-tea-demo


https://github.com/mowtwo/rescript-tea-demo

Last synced: about 2 months 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 res:build`
- Clean: `npm run res:clean`
- Build & watch: `npm run res:start`

## Run

```sh
node src/Demo.bs.js
```