erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

ApiConfig.md extra information #1222

Open aviemet opened 8 years ago

aviemet commented 8 years ago

Any chance you could add the files and lines where API calls are currently being made? I removed the API server succesfully using that doc, but now am having to go through and delete all of the calls in various files as I notice them fail.

hengbenkeji commented 7 years ago

I posted code about how to modify the API server into a stand alone server and corresponding changes that are required on the client side in #1245, which has been closed.