# react-props-state-and-components **Repository Path**: ji-eaves/react-props-state-and-components ## Basic Information - **Project Name**: react-props-state-and-components - **Description**: web开发--React课程作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: lixiaoyang - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-20 - **Last Updated**: 2024-03-22 ## 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 ```