用 React 仿写了一个CNode社区.
吐槽一下CNode的接口真的难用...
- (各板块)帖子列表
- 帖子列表切页
- 帖子详文、评论的查看
- 侧栏
- 登录
- 评论帖子、回复评论、编辑评论
- 新建帖子
- 编辑帖子
- 新手入门页面
- API页面
- 关于页面
- 设置页面
- 其他用户页面
# 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 and docs for React.