# reactTs **Repository Path**: myxin66/react-ts ## Basic Information - **Project Name**: reactTs - **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-04-27 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 利用vite创建的项目 npm create vite@latest my-react-app -- --template react 1. npm install ### 当前使用node版本 1. v22.0.0 ### 运行项目 1. npm run dev ### 打包项目 1. npm run build