Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reasonml-community/reason-react-hacker-news
hacker news mobile app made with reason react
https://github.com/reasonml-community/reason-react-hacker-news
reason reason-react reasonml
Last synced: 6 days ago
JSON representation
hacker news mobile app made with reason react
- Host: GitHub
- URL: https://github.com/reasonml-community/reason-react-hacker-news
- Owner: reasonml-community
- License: mit
- Created: 2017-05-22T14:59:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:04:54.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T07:40:12.260Z (7 months ago)
- Topics: reason, reason-react, reasonml
- Language: Reason
- Homepage: https://hackernewsmobile.com
- Size: 897 KB
- Stars: 594
- Watchers: 11
- Forks: 66
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - reason-react-hacker-news - community | 594 | (Reason)
README
Reason React Hacker News
===Hacker News mobile app built with [Reason React](https://github.com/reasonml/reason-react)
See it at https://hackernewsmobile.com
Source is in [src/](src/), starting from [src/index.re](src/index.re)
You can run the app locally with `yarn start`
Build for deployment with `NODE_ENV=production yarn build`