项目作者: rodrigooler

项目描述 :
Boilerplate
高级语言: OCaml
项目地址: git://github.com/rodrigooler/react-reasonml-with-parceljs.git


react-reasonml-with-parceljs

Install dependencies

  1. yarn

or

  1. npm install

Scripts

  1. "scripts": {
  2. "clear": "sh ./scripts/clear.sh",
  3. "start": "parcel index.html --port 3000",
  4. "build": "parcel build index.html",
  5. "watch": "parcel watch index.html"
  6. }