ReasonReact dojo at Reason Prague, June 20th 2019 video
Prereqs are git, npm/yarn, editor with https://marketplace.visualstudio.com/items?itemName=jaredly.reason-vscode (https://github.com/jaredly/reason-language-server)
yarn install
yarn start
# in another tab
yarn server
# open localhost:8000
To use a port other than 8000 set the PORT
environment variable (PORT=8080 yarn server
).