Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobzhang/rescript-deno
A demo to show use ReScript with Deno
https://github.com/bobzhang/rescript-deno
Last synced: about 2 months ago
JSON representation
A demo to show use ReScript with Deno
- Host: GitHub
- URL: https://github.com/bobzhang/rescript-deno
- Owner: bobzhang
- Created: 2021-02-26T02:44:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T04:55:16.000Z (over 3 years ago)
- Last Synced: 2024-10-13T20:09:33.079Z (3 months ago)
- Language: ReScript
- Size: 2.93 KB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - rescript-deno
README
This is a repo showing how to use [ReScript](https://github.com/rescript-lang/rescript-compiler) with
[Deno](https://deno.land/#installation).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