# react-admin-antd **Repository Path**: swantb/react-admin-antd ## Basic Information - **Project Name**: react-admin-antd - **Description**: react后台模板, 项目包含 ant、react-router-dom、react-loadable、redux-saga、redux、react-redux、i18next、i18next-browser-languagedetector、react-i18next、axios - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-16 - **Last Updated**: 2021-11-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 区域级平台 #### 介绍 react后台模板 项目包含 antd、react-router-dom、redux-thunk、redux、react-redux、axios #### 软件架构 ``` |—— config * webpack配置 |—— public * 静态目录资源 |—— scripts * 开发或者部署所用的脚本 |—— src * 项目代码 | |—— api * 公共api资源 | |—— assets * 静态资源 | |—— components * 公用组件 | |—— hooks * 自定义hooks | |—— layouts * 骨架 | |—— router | |—— index | |—— router.config * 路由配置 | |—— router.d * 路由type | |—— sections * 业务组件 | |—— api * 当前页面的接口 | |—— redux * 当前页面的store | |—— store * redux配置 和 全局的redux | |—— styles * 全局样式 | |—— theme * 主题 | |—— utils * 工具 | |—— views * 页面 |—— .gitignore * git隐藏文件 |—— package-lock * 锁定依赖版本 |—— package * 项目的配置 |—— README * 项目说明文件 |—— tsconfig * typescript 的配置 #### 安装依赖 npm i #### 开发环境 npm start #### 测试环境 npm run test #### 生产环境 npm run build