It is common these days to run front-end and back-end services inside Docker containers. The front-end service usually talks using a API with the back-end service.
In this post we will cover following:
- Setting up a Docker based development environment with hot reloading
- Building a production ready Docker image with API url passed using environment variable