0

“同时”不适用于父目录客户端 reactjs 服务器。

同时命令是:

"scripts": {
    "client": "cd ../ --prefix client && npm run start",
    "server": "nodemon index.js",
    "dev" : "concurrently \"npm run client\" \"npm run server\" "
  }

目录结构是

客户端服务器

4

0 回答 0