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

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:

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