bobzhang / rescript-deno

A demo to show use ReScript with Deno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repo showing how to use ReScript with Deno.

It assumes you are already familiar with both.

Build

./node_modules/rescript/rescript build -w # build and watch

Run

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

About

A demo to show use ReScript with Deno


Languages

Language:ReScript 100.0%