Based on the ReScript project template.
Uses ReScript React, PureCSS, and Parcel.
npm install
- Build:
npm run build
- Clean:
npm run clean
- Build & watch:
npm run start
- Development server:
npm run parcel:serve
- Production build:
npm run parcel:build