README.md
October 5, 2021 ยท View on GitHub
Steps to run this example
- Make sure the Temporal Server is running locally. Follow the Quick install guide to do that.
- Run
npm installto install dependencies. - Run
npm run buildto compile the project. - Run
npm run workerto start the worker. Leave the worker process running.