Dockerizing a React.js Application!💻🌟
If you are a Software Developer, then there’s no way you haven’t used Docker Desktop yet or at least heard about it. The following article summarizes the use cases of Docker, describes its basics and demonstrates the dockerization of a React.js appli...
bhavya135.hashnode.dev6 min read
José Pablo Ramírez Vargas
Senior Software Developer @ Intel
While this does look promising from an academic standpoint, it is utterly not correct in the real world. In the real world, we need to deploy the result of
npm run build. You are basically dockerizing the development version of the application. Not good. In real life, we donpm run buildand the output is then served using an HTTP server such as NGINX.