# react **Repository Path**: Liqing_Technology_admin/react ## Basic Information - **Project Name**: react - **Description**: react作业... - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-21 - **Last Updated**: 2025-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Setup ## Install Dependency ``` npm install ``` ## Start Server Server started at `http://localhost:1234` . Parcel is used for bundler. ``` npm run start ``` ## Run Jest Test Jest is used for Unit Test. ``` npm run test ```