Skip to content

Files

Latest commit

9b30613 · Nov 20, 2024

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 20, 2024
Oct 11, 2023
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
Nov 10, 2024
May 3, 2024
Nov 10, 2024
Nov 10, 2024
May 3, 2024
Nov 10, 2024
Nov 10, 2024

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.