To be used as a template project to bootstrap other projects
This template project itself was bootstrapped from the command npx @temporalio/create@latest --sample empty
npm install
npm run start.watchtemporal workflow start --type simple --task-queue simple-task-queue --input '{"val":"foo"}'npm run formatto format your code according to the rules in.prettierrc.npm run lintto lint your code according to the rules ineslintrc.js.