# antd-template-admin **Repository Path**: chaoxa/antd-template-admin ## Basic Information - **Project Name**: antd-template-admin - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-15 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文档说明 > 项目技术:react typescript sass zustand antd swr 等 ## 环境 - nodejs version 18.12.0 - pnpm 8.4.0 ## 资源 [图标库](https://icon-sets.iconify.design/ant-design/) [文档](https://ant.design/) ## 项目启动 依赖安装 ```shell pnpm install ``` 项目运行 ```shell pnpm dev ``` 项目构建 ```shell # 正式服 pnpm build # 测试服 pnpm build:test ```