Run a sample Workflow
Clone the sample repo
git clone https://github.com/temporalio/money-transfer-project-template-ts/
Change directories to the sample project
cd money-transfer-project-template-ts
Install dependencies
npm install
Start the Worker
npm run worker
In another shell in the same directory, run the sample Workflow
npm run client