Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rodrigooler/react-reasonml-with-parceljs
- Owner: rodrigooler
- Created: 2019-11-23T18:28:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:32:37.000Z (about 2 years ago)
- Last Synced: 2024-05-28T15:51:18.894Z (8 months ago)
- Topics: ocaml, parcel, parcel-bundler, reason, reason-react, reasonml, web, webapp
- Language: OCaml
- Size: 3.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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"
}
```