# reactAPP脚手架 **Repository Path**: chencl-l/react-app-scaffold ## Basic Information - **Project Name**: reactAPP脚手架 - **Description**: 借助create-react-app、redux、antd等构件一个前端工程化脚手架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-05-17 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 creat-react-app 创建三维应用 ## 技术栈 - react: 17.0.2 - react-dom: 17.0.2 - react-router-dom: 5.2.0 - redux: 4.1.0 - react-redux: 7.2.4 - antd: 4.15.5 - axios: 0.21.1 - nanoid: 3.1.23 - pubsub-js: 1.9.3 ## 目录结构 ``` src --common 公用文件夹 --constant 常量文件夹 --redux_constant.js redux 中需要使用的常量 --img 公用图片 --style 公用样式 --utils 公用方法 --components 存放所有组件 --pages 存放全部页面组件 --redux --actions redux 的 action 所在文件夹 --reducers redux 的 reducer 所在文件夹 --store.js redux 的 store --App.css --App.jsd --index.css --index.js --setupProxy.js react 代理 ```