Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.39 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.39 KB

React-CNode

  • JackDan CNode

介绍

  • React仿写了一个CNode社区。

使用技术

  • 项目设计
  • 架构设计
  • 接口设计
  • 迭代更新
  • 网站开发使用ReactReactDOMReduxReact ReduxReact RouterReact Router DOM进行组件化开发、模拟数据生成器使用Mock.js编写单元测试、HTTP库使用Axios、UI库使用Ant DesignPropTyeps、数据图形库使用ECharts

功能列表

  • (各板块)帖子列表
  • 帖子列表切页
  • 帖子详文、评论的查看
  • 侧栏
  • 登录
  • 评论帖子、回复评论、编辑评论
  • 新建帖子
  • 编辑帖子
  • 新手入门页面
  • API页面
  • 关于页面
  • 设置页面
  • 其他用户页面
  • 服务接口监控

Build Setup

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