Skip to content

Latest commit

 

History

History

examples

Examples of Sequential Workflow Designer

This folder contains examples of Sequential Workflow Designer. All examples are written in pure JavaScript.

You may run them locally or check them out online.

🚀 How to Run Locally

If you want to run examples locally, you need to build the packages first.

  1. Go to the root folder of this repository and run yarn install.
  2. Build all packages by running yarn build.
  3. Run HTTP server by yarn serve.
  4. Open http://127.0.0.1:8080/examples/ in your browser.