Live coded reason-bangalore.org's meetup.
- Install esy
- Run
esy
to install OCaml/Reason dependencies. - Run
yarn
to install NPM dependencies. esy dune build -w
to Reason to JS with Melangeyarn serve
to run the Webpack dev server.
Live coded reason-bangalore.org's meetup.
esy
to install OCaml/Reason dependencies.yarn
to install NPM dependencies.esy dune build -w
to Reason to JS with Melangeyarn serve
to run the Webpack dev server.