Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 257 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 257 Bytes

ReScript Project Template

The only official ReScript starter template.

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