yarn install
yarn dev # and open http://localhost:3000 in your browser
yarn build
yarn start
yarn publish:image
docker build -t project-z-client .
docker run --rm -i -t -p=3000:3000 --name project-z-client project-z-client
yarn install
yarn dev # and open http://localhost:3000 in your browser
yarn build
yarn start
yarn publish:image
docker build -t project-z-client .
docker run --rm -i -t -p=3000:3000 --name project-z-client project-z-client