Reactjs – React app to reach server instead of local computer
I'm working on a couple of applications: A single page react app and a JSON API built using node express and mysql When testing things locally, I use webpack dev-sever to serve the react app which makes network requests to…