# dva-hackernews **Repository Path**: lfssnh/dva-hackernews ## Basic Information - **Project Name**: dva-hackernews - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2021-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```