# React 个人练习后台管理系统 **Repository Path**: ikaros-521/react---exercise ## Basic Information - **Project Name**: React 个人练习后台管理系统 - **Description**: React 个人练习后台管理系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2024-07-02 - **Last Updated**: 2024-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1 配置环境 node 版本 16.18.0 npm 版本 9.6.6 (这个版本无所谓) # 2 开发工具 VSCode # 3 启动步骤 下载依赖 yarn 或者 npm install 启动 npm run dev 打包 npm run build