# react-ticket-study **Repository Path**: 273950111/react-ticket-study ## Basic Information - **Project Name**: react-ticket-study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-11 - **Last Updated**: 2026-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 演示地址[点击](http://106.15.198.124:8083/) ### 前端初始化 ``` //启动前端 cd / $ npm install $ npm run dev //build $ npm run build ``` ### 后端初始化 > 注意:需要先安装MongoDB数据库 ``` //启动后端 (注意,要先安装mongodb数据库以及启动数据库) $ cd server $ npm install $ npm run server $ node initData.js # 为空数据库创建初始化数据 ``` !\[image]\(https\://github.com/HarryChen0506/react-ticket/blob/master/demo/react-ticket.gif null)