https://github.com/glitchboyl/react-cnode
A React practice-project. :runner:
https://github.com/glitchboyl/react-cnode
cnode react
Last synced: about 1 year ago
JSON representation
A React practice-project. :runner:
- Host: GitHub
- URL: https://github.com/glitchboyl/react-cnode
- Owner: glitchboyl
- Created: 2017-11-17T07:50:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T07:51:30.000Z (over 8 years ago)
- Last Synced: 2025-02-09T20:16:24.125Z (about 1 year ago)
- Topics: cnode, react
- Language: JavaScript
- Size: 396 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-CNode
> 用 React 仿写了一个CNode社区.
吐槽一下CNode的接口真的难用...
## 功能列表
- [X] (各板块)帖子列表
- [ ] 帖子列表切页
- [X] 帖子详文、评论的查看
- [ ] 侧栏
- [ ] 登录
- [ ] 评论帖子、回复评论、编辑评论
- [ ] 新建帖子
- [ ] 编辑帖子
- [X] 新手入门页面
- [X] API页面
- [X] 关于页面
- [ ] 设置页面
- [ ] 其他用户页面
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run start
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For detailed explanation on how things work, checkout the [guide](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) and [docs for React](https://reactjs.org/docs).