This is the JavaScript version of our Hello World 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.
The Workflow should return:
Hello, Temporal!