# React-Router6.30.1 **Repository Path**: LGTTX/react-router6.30.1 ## Basic Information - **Project Name**: React-Router6.30.1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-26 - **Last Updated**: 2025-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 初始化项目 npm create vite@latest # 填写项目名称 # 框架选择 react # 语言选择 typescript cd 到项目根目录中 运行 npm install 命令,安装依赖包 运行 npm run dev 命令,启动项目 查看项目运行效果