29 lines
639 B
Markdown
29 lines
639 B
Markdown
<!--
|
|
Copyright (c) 2025 zhilv
|
|
|
|
This software is released under the MIT License.
|
|
https://opensource.org/licenses/MIT
|
|
-->
|
|
|
|
## `Node.js` 从基础到项目实践
|
|
|
|
### 文件介绍
|
|
|
|
```sh
|
|
.
|
|
├── 1 # 课堂练习1
|
|
├── 2 # 课堂练习2
|
|
├── 3 # 课堂练习3
|
|
└── tests # 实验文件夹
|
|
├── test1 # 实验1
|
|
├── test2 # 实验2
|
|
├── test3 # 实验3
|
|
├── test4 # 实验4
|
|
├── test5 # 实验5
|
|
├── test6 # 实验6
|
|
├── test7 # 实验7
|
|
│ ├── 7.1 # 实验7.1
|
|
│ └── 7.2 # 实验7.2
|
|
└── test8 # 实验8
|
|
```
|