项目作者: rodrigooler
项目描述 :
Boilerplate
高级语言: OCaml
项目地址: git://github.com/rodrigooler/react-reasonml-with-parceljs.git
react-reasonml-with-parceljs
Install dependencies
yarn
or
npm install
Scripts
"scripts": {
"clear": "sh ./scripts/clear.sh",
"start": "parcel index.html --port 3000",
"build": "parcel build index.html",
"watch": "parcel watch index.html"
}