This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
docker build -t aveti-react-docker-starter
docker run -it -p 3000:3000 aveti-react-docker-starter
docker run -it -p 3000:3000 -v PWD:/usr/src/app -v /usr/src/app/node_modules -e CHOKIDAR_USEPOLLING=true aveti-react-docker-starter
docker-compose build
docker-compose up
docker-compose up -d
docker ps
docker ps