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