https://github.com/dvajs/dva-hackernews
HackerNews clone built with Dva.
https://github.com/dvajs/dva-hackernews
Last synced: 8 months ago
JSON representation
HackerNews clone built with Dva.
- Host: GitHub
- URL: https://github.com/dvajs/dva-hackernews
- Owner: dvajs
- Created: 2016-08-17T10:04:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T12:37:30.000Z (almost 8 years ago)
- Last Synced: 2025-05-20T13:09:02.585Z (11 months ago)
- Language: JavaScript
- Homepage: https://dvajs.github.io/dva-hackernews/
- Size: 477 KB
- Stars: 287
- Watchers: 10
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-links - Hackernews
README
# dva-hackernews
HackerNews clone built with [Umi](https://github.com/umijs/umi) and [Dva](https://github.com/dvajs/dva), based on [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0).
## TODO
- [x] Item Page
- [x] Comment Page
- [x] User Page
- [x] Real-time List Update with Animation
- [x] Router Transform Animation
- [ ] SSR
- [x] Dynamic Router
- [ ] Handle loading status automatically
- [ ] Render Performance
## Run Locally
Install dependencies.
```bash
$ npm install
```
Start server.
```bash
$ npm start
```