"scripts": {
"start": "** ⭐set PORT=9000 &&⭐**react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
在package.json 里面添加想要修改的端口
2023-11-28 17:44:10
"scripts": {
"start": "** ⭐set PORT=9000 &&⭐**react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
在package.json 里面添加想要修改的端口