# hs_web02_code_repository **Repository Path**: boxSuper/hs_web02_code_repository ## Basic Information - **Project Name**: hs_web02_code_repository - **Description**: 学习如何使用git进行代码的管理 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-10 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目说明 ### 项目初始化 ```js npm init ``` ### 项目运行 ```js npm start ```