Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

bobzhang/rescript-deno

A demo to show use ReScript with Deno

bobzhang/rescript-deno.json
{
"createdAt": "2021-02-26T02:44:28Z",
"defaultBranch": "master",
"description": "A demo to show use ReScript with Deno",
"fullName": "bobzhang/rescript-deno",
"homepage": null,
"language": "ReScript",
"name": "rescript-deno",
"pushedAt": "2021-06-09T04:55:16Z",
"stargazersCount": 38,
"topics": [],
"updatedAt": "2023-11-18T19:30:18Z",
"url": "https://github.com/bobzhang/rescript-deno"
}

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