装置 Express

npm i express-generator -g
怎么安都行,安上就行

初始化一个我的项目

express 我的项目名
将打包后的代码,挪动到public目录中

启动我的项目

npm i
npm run start