[Fixed]-Deploying a React app on Heroku

1👍

You can use the same heroku instance if you serve the static React files from the Django app, perhaps in the public directory. Tell the Django app to respond to GET requests to / by delivering the main React html page.

Leave a comment