Graphical example project using Reason as an npm
dependency. Build to JS, native or bytecode.
Install:
git clone https://github.com/bsansouci/rewitness.git
cd rewitness
npm install
You can also use yarn.
Then play with the JS version:
npm run build:js
npm run start:js
Or the native version:
npm run build:native
npm run start:native
Or the bytecode version:
npm run build
npm run start