Skip to content

rodrigooler/react-reasonml-with-parceljs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}