# React+Vite **Repository Path**: bieber-fe/react-vite ## Basic Information - **Project Name**: React+Vite - **Description**: React19 + Vite6.3.1 项目的基础搭建(Redux、React-router、Antd6) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-04 - **Last Updated**: 2025-05-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## React19 + Vite6 - 运行项目 ```bash // 安装依赖 npm install // 运行项目 npm run dev ``` - 启动接口服务 ```bash node server.js ```