Ecosyste.ms: Awesome

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

https://github.com/dvajs/dva-hackernews

HackerNews clone built with Dva.
https://github.com/dvajs/dva-hackernews

Last synced: 3 months ago
JSON representation

HackerNews clone built with Dva.

Lists

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).






Live Demo

## 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
```