Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 361 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 361 Bytes

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