Part Two

Local

yarn && yarn build && yarn start

Production

docker build -t any-project-name .
docker run any-project-name

Testing

yarn test

Edit index.txt & rebuild docker to test the project