With the config above Bucklescript
will look for your Reason code in ./ml
directory of your project.
Keep in mind that it's not recursive so it won't include subdirectories.
It assumes that you have npm
or yarn
installed.
After creating a directory and adding bsconfig.json
and package.json
run yarn
/npm install
.
The guide on setting up the environment is [here](https://facebook.github.io/reason/tools.html].