Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1010 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 1010 Bytes

300 - Coding the App

Docker is a containerization tool used to speed up the development and deployment processes. If you’re working with microservices, Docker makes it much easier to link together small, independent services. It also helps to eliminate environment-specific bugs since you can replicate your production environment locally.

This tutorial demonstrates how to Dockerize a React app using the Create React App generator. We’ll specifically focus on-

  • Setting up a development environment with code hot-reloading
  • Configuring a production-ready image using multistage builds

100 - Project Setup

See README.md

200 - Docker for Development Environment

See README.md

300 - Docker for Production Environment

See README.md

400 - React Router and Nginx

See README.md

500 - Next Steps

See README.md