Skip to content

robbiemccorkell/reason-interop

Repository files navigation

React ReasonML Javascript Interop

Basic implementation of a Hacker News client.

Running JS application

Install

yarn

Run

yarn start

Then simply open src/index.html in your browser.

Test

To run the tests any reason files must first be compiled to javascript:

yarn build
yarn test

Further Reading

Documentation:

Projects:

Releases

No releases published

Packages

No packages published