This source code was made available as part of for KLReact, 2022 sharing by me. You may find the presentation deck here
yarn install
yarn start:all
yarn start:<service name>
eg:
yarn start:container
mv .env.example .env
yarn build:all
npx serve ./dist
open http://localhost:3000