# react-big-event **Repository Path**: xcc-nsn/react-big-event ## Basic Information - **Project Name**: react-big-event - **Description**: 该项目是使用vite+react+ant design5.x搭建的项目 代码约束采用的是eslint+prettier 接口使用的是黑马的接口:https://apifox.com/apidoc/shared-fa9274ac-362e-4905-806b-6135df6aa90e/api-22446497 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-27 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-eslint 基于 vite + react+ant + design 5.x 搭建的一个后台管理项目。 ## 启动 1.安装依赖 ``` npm install ``` 2.启动服务 ``` npm run dev ```