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
- Host: GitHub
- URL: https://github.com/boweihan/hackernews
- Owner: boweihan
- Created: 2017-09-13T23:37:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T23:37:42.000Z (over 7 years ago)
- Last Synced: 2025-01-31T09:45:42.833Z (4 months ago)
- Language: OCaml
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.