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

https://github.com/zth/reprod-reanalyze-alias


https://github.com/zth/reprod-reanalyze-alias

Last synced: 26 days 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
```