npm包安装

//进入项目目录,逐个执行
npm init
npm config set registry https://registry.npmmirror.com
npm install express
npm install ejs
npm install cookie-parser
npm install crypto
npm install @grpc/grpc-js

//全局安装
npm install -g nodemon

//代码有改动自动更新
nodemon app.js