Basic implementation of a Hacker News client.
yarn
yarn start
Then simply open src/index.html
in your browser.
To run the tests any reason files must first be compiled to javascript:
yarn build
yarn test
Documentation:
Projects:
- Generate a bucklescript react project:
bsb -init my-react-app -theme react
- Generate a reason scripts app:
yarn create react-app my-app -- --scripts-version reason-scripts
- Reason React example project
- Full ReasonML hacker news client
- ReasonML React Native app