1, npm install-g create-react-app
2, create-react-app my-app
3, cd my-app
4, npm start
is 3000. How to modify the default port? The server is not under the premise of this port number. Added:
"homepage": ".",
"proxy":"http://localhost:8000",