Just a minimalist sandbox/boilerplate to train your skills with rescript on kata/exercices or something else.
➡️ Obvious Note: Node 18 (Long Time Support) is recommended in any context.
➡️ Obvious Note: install dependencies
npm i
-
compile rescript code to javascript esmodules there is no linter in this boilerplate, I assume ReScript's strictness is enough:
npm run build
- "live" compile on change
npm run build:watch
-
I drop jest in this boilerplate to zora with rescript-zora (some doc here and there)
npm run test
npm run test:watch
npm run test:coverage