This project was bootstrapped with Create React App. & Docker
1- install docker
from Docker Desktop
2- make sure docker -v && docker-compose -v
running with no issues
3- inside the project directory run docker-compose up --build
wait for couple mintues then the development server should be running in your machine visit ( http://localhost:3000 ) to check
4- start playing around in folder ./src
all updates should directly update the containerized app and visible on the browser
this is based on node image version (12) all node modules should be running fine inside the container (no need to install the node on the host machine)
- add docker implementation for production environment