This is a repo showing how to use ReScript with Deno.
It assumes you are already familiar with both.
./node_modules/rescript/rescript build -w # build and watch
deno run ./lib/es6_global/src/demo.js
Note here we only use npm as a downloader, you don't have to use npm, you can just grab the package from npmjs.com and put it in
node_modules
directory