ReasonML REPL
A simple, incomplete REPL for ReasonML that takes in a list of Reason packages, NPM packages, and code.
- Clone this repo, and run
yarn. - Go one level above this directory and run
bsb -init sandbox -theme basic-reason. This will create a directory called sandbox with a basic reason project. 3.cdinto sandbox and runyarn. - go into the REAPL directory and run
yarn clean && yarn build && yarn start:server - Visit the URL shown on screen.