Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benadamstyles/rescript-example-project

Example base ReScript project used for blog posts etc
https://github.com/benadamstyles/rescript-example-project

Last synced: 7 days ago
JSON representation

Example base ReScript project used for blog posts etc

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