If you wish to run your React app on port number 2000 , modify your package.json file as follows: "scripts": { "start": "PORT=2000 react-scripts start", ...
確定! 回上一頁