- JackDan CNode
- 用
React
仿写了一个CNode社区。
- 项目设计
- 架构设计
- 接口设计
- 迭代更新
- 网站开发使用React、ReactDOM、Redux、React Redux、React Router、React Router DOM进行组件化开发、模拟数据生成器使用Mock.js编写单元测试、HTTP库使用Axios、UI库使用Ant Design、PropTyeps、数据图形库使用ECharts
- (各板块)帖子列表
- 帖子列表切页
- 帖子详文、评论的查看
- 侧栏
- 登录
- 评论帖子、回复评论、编辑评论
- 新建帖子
- 编辑帖子
- 新手入门页面
- 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.