Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-band/yax-hackernews
HackerNews clone built with Yax, based on dva-hackernews.
https://github.com/d-band/yax-hackernews
dool react react-redux react-router redux yax yax-router
Last synced: 29 days ago
JSON representation
HackerNews clone built with Yax, based on dva-hackernews.
- Host: GitHub
- URL: https://github.com/d-band/yax-hackernews
- Owner: d-band
- Created: 2017-06-01T07:27:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T08:55:08.000Z (over 5 years ago)
- Last Synced: 2024-04-28T03:17:12.331Z (8 months ago)
- Topics: dool, react, react-redux, react-router, redux, yax, yax-router
- Language: JavaScript
- Homepage: https://yax-hn.now.sh
- Size: 403 KB
- Stars: 8
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yax-hackernews
HackerNews clone built with [Yax](https://github.com/d-band/yax), based on [dva-hackernews](https://github.com/dvajs/dva-hackernews).
## Run Locally
Install dependencies.
```bash
$ npm install
```Start server.
```bash
$ npm start
```Open app in browser.
```bash
$ open http://localhost:8000/
```