• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clone this repo to start your own project!

ReScript Project Template

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.

Installation

npm install

Build

  • Build: npm run res:build
  • Clean: npm run res:clean
  • Build & watch: npm run res:dev

Run

node src/Demo.bs.js