How you run a Docker React Application locally.
In the following article, I would like to describe how to run a react application locally in a Docker container on a Mac. In the second part of this article, I would explain how to run it on Google Cloud Run. The following steps should be highly transferable to Windows and Linux environments, but there will be small differences.
Just a few words of bringing this application to the cloud:
In most cases, running a standard react application in the cloud blob storage, like AWS S3 or Google Cloud Storage, is sufficient and…