# node-learn **Repository Path**: fanyoufu2/node-learn ## Basic Information - **Project Name**: node-learn - **Description**: 学习nodejs - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-03-17 - **Last Updated**: 2022-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 下载资料 第一次下载: 在任意目录下,运行如下git命令 ```bash git clone https://gitee.com/fanyoufu2/node-learn.git ``` 它会做两件事: 1. 创建node-learn的文件夹 2. 把本仓库中的资料下载进去 `千万不要修改本目录下的任何文件,以免后续下载时可能会出现冲突` 后续下载:node-learn目录下,运行: ```bash git pull ```