# ReactCommentPractice **Repository Path**: yifan-maple/react-comment-practice ## Basic Information - **Project Name**: ReactCommentPractice - **Description**: react practice - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-18 - **Last Updated**: 2025-02-06 ## 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 ```