/reason-bucklescript-dom-demo

Playground for Reason, BuckleScript, DOM

Primary LanguageHTMLMIT LicenseMIT

Reason + BuckleScript + DOM

Just playing around with Reason + BuckleScript and the web.

Running

  1. npm install
  2. npm run serve

Recompiling

  • To recompile this package (but not your dependencies), remove the local build artifacts for this package (usually just the _build directory) and then run npm run postinstall.