Skip to content

Files

Latest commit

Jun 8, 2025
4430ec1 · Jun 8, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 8, 2025
Oct 11, 2023
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
May 3, 2024
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025
Jun 8, 2025

README.md

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.