# react-props-state-and-components **Repository Path**: XiaoMing_S/react-props-state-and-components ## Basic Information - **Project Name**: react-props-state-and-components - **Description**: web作业 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-22 - **Last Updated**: 2023-05-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 ```