Skip to content

csoulioti/react-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker is a technology that helps 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 project 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

About

A react app setup on docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors