In the project directory, you can run:
$ yarn install
and then do:
$ yarn start
Open http://localhost:3000 to view it in the browser.
Open https://atom-books.netlify.app to view it in the browser.
$ yarn build
$ docker build . -t react-docker
$ docker images
$ docker run -p 8000:80 react-docker
$ docker ps
Open http://localhost:8000 to view it in the browser.