All the dependencies can be install via your favorite package manager:
yarn install
That's it! You're up and running, you can start the project with:
yarn start
Assuming you're developing with Visual Studio Code (if you're not, you should definitely give it a shot, it's awesome), all you need to develop is this extension: vscode-reasonml.
This will give you compilation errors in the editor and code intelliscence.
Here's the list of the frameworks or libraries we use in the project:
- ReasonML - Fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems.
- Reason-React - Reason bindings for ReactJS.
- graphql_ppx - GraphQL PPX rewriter for Bucklescript/ReasonML.
- reason-apollo - React-apollo with Reason.