Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rodrigooler/react-reasonml-with-parceljs

Boilerplate
https://github.com/rodrigooler/react-reasonml-with-parceljs

ocaml parcel parcel-bundler reason reason-react reasonml web webapp

Last synced: about 2 months ago
JSON representation

Boilerplate

Awesome Lists containing this project

README

        

# react-reasonml-with-parceljs

## Install dependencies
```sh
yarn
```

or

```sh
npm install
```

## Scripts

```json
"scripts": {
"clear": "sh ./scripts/clear.sh",
"start": "parcel index.html --port 3000",
"build": "parcel build index.html",
"watch": "parcel watch index.html"
}
```