configure react app to post to a different port without express 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"