The only official ReScript starter template. Clone this repo to get started.
This is the branch where you can use your output code in NodeJS. To use your output in the browser, do git checkout -b browser origin/browser
to switch to the browser
branch.
npm install
- Build:
npm run res:build
- Clean:
npm run res:clean
- Build & watch:
npm run res:dev
node src/Demo.bs.js