react how to communicate with backand on the same server different port code example
Example: how to connect react to backend
//put inside of package.json
"proxy": "http://localhost:8080"
//put inside of package.json
"proxy": "http://localhost:8080"