# NodeJS_Course **Repository Path**: levidcd/NodeJS_Course ## Basic Information - **Project Name**: NodeJS_Course - **Description**: 《狼书》第二卷 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeJS-Course 《狼书》第二卷 ## Koa脚手架 ```bash # 全局安装 npm i -g koa-generator # 初始化项目 koa2 hello-world ``` ### 目录解析 ![Xnip2020-01-05_21-43-50](https://img-velen.oss-cn-hangzhou.aliyuncs.com/2020/01/05/xnip20200105214350_15782318501788.png?x-oss-process=image/auto-orient,1/interlace,1/quality,q_90/format,jpg) - app.js 为入口 - bin/www 启动入口 - public 静态目录 - routes 路由 - views 目录