# CG-React **Repository Path**: ah-dream/cg-react ## Basic Information - **Project Name**: CG-React - **Description**: 凯捷学习react用的 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-21 - **Last Updated**: 2023-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: React ## README # CG-React #### 介绍 凯捷学习react用的 #### 软件架构 软件架构说明 #### 安装教程 1. 全局安装:npm install -g create-react-app 2. 切换到想创建项目的目录,使用命令:create-react-app my-first-react-project 3. 进入到项目文件夹:cd my-first-react-project 4. 启动项目:npm start 5. 打包:npm run build 6. 启动服务器 1)npm install serve -g 2)serve build #### 第三方库 1. npm install nanoid 2. npm install prop-types 3. npm install axios 4. npm install pubsub-js 5. npm install react-router-dom@5 6. npm install antd // 以下是3.0版本修改主题配置需下载的,现在不需要了 7. npm install less less-loader 8. npm install react-app-rewired customize-cra 9. npm install babel-plugin-import 10. npm install redux 11. npm install redux-thunk 12. npm install react-redux 13. npm install redux-devtools-extension #### 安装node express 1. npm init 2. npm install express 3. npm install express-generator -g 4. 启动服务器 node server1.js #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)