Example of using esy and dune to build a ReasonML project using lwt
Ensure you have esy
installed.
$ yarn global add esy
Use esy to pull in dependencies and build the project.
$ esy
The executable built by esy should be located in the _esy
directory. Run
it.
$ _esy/default/build/default/bin/Index.exe