打开项目中的 package.json 文件
将
"start": "react-scripts start",
修改为:
"start": "set PORT=9000 && react-scripts start",
注:PORT=9000,这个是设置新的端口号,根据个人需求设置大小
打开项目中的 package.json 文件
将
"start": "react-scripts start",
修改为:
"start": "set PORT=9000 && react-scripts start",
注:PORT=9000,这个是设置新的端口号,根据个人需求设置大小
本文标题:reactJS---修改端口号
本文链接:https://www.haomeiwen.com/subject/fotanftx.html
网友评论