1. 将资源以到服务器上,除大文件
2. npm 安装依赖包
npm install
3. 打包
npm run build
4.运行
pm2 start --name agv npm -- start
5. 查看
pm2 启动React项目
原文:https://www.cnblogs.com/youran-he/p/14840665.html