# react-pc **Repository Path**: yxiuguo/react-pc ## Basic Information - **Project Name**: react-pc - **Description**: react-pc 源码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-11 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: React, hooks, mobx, Ant-Design ## README # react-pc [简体中文](./README.md) | [English](./README.en.md) ## 项目描述 基于 React + Hook + React-router-v6 + Mobx + AntD 文章发布管理系统 ## 项目展示 [演示] ## 项目启动 ```bash # 克隆项目 git clone https://gitee.com/yxiuguo/react-pc.git # 进入项目目录 cd react-pc # 安装依赖 npm install 或 yarn # 启动服务 npm start 或 yarn start 浏览器访问 http://localhost:3000 ``` ## 发布 ```bash # 构建测试环境 npm test 或 yarn test # 构建生产环境 npm build 或 yarn build ``` ## 项目截图 ![avatar](./public/screen.png) ![avatar](./public/screen1.png) ## License [MIT](./LICENSE)