An open API service indexing awesome lists of open source software.

https://github.com/boweihan/hackernews

ReasonML wrapper for hackernews
https://github.com/boweihan/hackernews

Last synced: 2 months ago
JSON representation

ReasonML wrapper for hackernews

Awesome Lists containing this project

README

        

This is a repo with examples usages of [ReasonReact](https://github.com/reasonml/reason-react).
Have something you don't understand? Join us on [Discord](https://discord.gg/reasonml)!

Run this project:

```
npm install
npm start
# in another tab
npm run webpack
```

After you see the webpack compilation succeed (the `npm run webpack` step), open up the nested html files in `src/*` (**no server needed!**). Then modify whichever file in `src` and refresh the page to see the changes.