This project was bootstrapped with Create React App, and dockerized with Dockerfile and docker-compose.
In the project directory, build an image:
After, tag this image:
Then, run a container with this image
Open http://localhost:3000 to view it in the browser.
The page will NOT reload if you make edits because we need to expose local directory.
For do this, we will add volumes in the LOCAL resources to reference volumes in CONTAINER: