# react-antd-admin-ts **Repository Path**: hanyun_admin/react-antd-admin-ts ## Basic Information - **Project Name**: react-antd-admin-ts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 8 - **Created**: 2021-04-13 - **Last Updated**: 2022-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 初始化项目 ![QQ交流群](./src/static/img/qq.png) ## [QQ交流群](https://qm.qq.com/cgi-bin/qm/qr?k=kjrY3L6AS2RuZYoaodxmuFLAu2hGxLIu&jump_from=webapi) ``` yarn create react-app react-antd-admin-ts --template=typescript ``` ## 添加Antd ``` yarn add antd ``` ## 添加 axios ``` yarn add axios ``` ## 添加 ``` yarn add nprogress @types/nprogress ``` ## 添加路由 ``` yarn add react-router-dom @types/react-router-dom ```