Skip to content

joprice/reason-esy-example

Repository files navigation

reason-server

This is an example reason project trying out cohttp and the esy workflow. I am still learning Reason and the OCaml ecosystem, so it's far from an exemplar. Emulate at your own risk.

Building

yarn global add esy
esy

Running

esy run

Testing

# Runs the "test" command in `package.json`.
esy test