This is a monorepo using React/Redux/Typescript on the frontend and Hapi/Typescript on the backend.
npm install
npx jake --tasks
npx jake db:create db:migrate
npx jake "db:new-migration[name-of-migration]"
npx jake
npx jake deployments:app
docker run -p 3000:3000 -e PORT=3000 -it --tty --rm --entrypoint web starter-app