You’ve got a React app, and an API server written in Express or something else. Now – how do you deploy them both to production? We’ll build the Express server to serve React’s static files in addition to providing an API, and then deploy it to Heroku. Heroku is easy to deploy to and free to get started with.
Full article