Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 950 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 950 Bytes

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: