# nodejs练习项目 **Repository Path**: cannzhang/node.js-practice-project ## Basic Information - **Project Name**: nodejs练习项目 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-18 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## nodejs项目 1. 克隆项目到本地 ```bash git clone https://gitee.com/cannzhang/node.js-practice-project.git ``` 2. 执行npm i 安装依赖 ``` npm i ``` 3. 运行 ``` npm run dev ```