How to Start the Project Open terminal Go into the folder frontend Create Image: docker build -t react-app:dev Start contaienr: docker run -p 3000:3000 [IMAGE ID]