point react at express port code example
Example 1: react set port
"start": "set PORT=3006 && react-scripts start"
Example 2: how to connect react to backend
//put inside of package.json
"proxy": "http://localhost:8080"
"start": "set PORT=3006 && react-scripts start"
//put inside of package.json
"proxy": "http://localhost:8080"