# react-app **Repository Path**: mrzym/react-app ## Basic Information - **Project Name**: react-app - **Description**: 学习react过程中产生的项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-07-18 - **Last Updated**: 2024-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react + vite 搭建的前端项目 目前支持多级菜单自动生成、引入Ant Motion动画 ## 下载项目 建议使用zip下载到本地运行 远程clone可能会失败 ``` git clone https://gitee.com/mrzym/react-app.git ``` ## 下载依赖 ``` pnpm i ``` ## 运行项目 ``` pnpm run serve ```