Browsed by
Tag: React

Running React application in Docker. With runtime configuration.

Running React application in Docker. With runtime configuration.

Create-react-app is great. So great that it has become a de-facto standard for creating new React applications. Docker is great as well. However it seems there’s no canonical way of creating a Docker image to run a create-react-app. Especially when you need to configure your React app on runtime. Let’s see how to do that.