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.
If you want to run examples locally, you need to build the packages first.
- Go to the root folder of this repository and run
yarn install
. - Build all packages by running
yarn build
. - Run HTTP server by
yarn serve
. - Open
http://127.0.0.1:8080/examples/
in your browser.