0.1.2 • Published 3 years ago
temporal-hello-world v0.1.2
Hello World
This is the default project that is scaffolded out when you run npx @temporalio/create@latest ./myfolder.
The Hello World Tutorial walks through the code in this sample.
Running this sample
temporal server start-devto start Temporal Server.npm installto install dependencies.npm run start.watchto start the Worker.- In another shell,
npm run workflowto run the Workflow Client.
The Workflow should return:
Hello, Temporal!