Building It Step By Step
Workflow Elements
Learn how to create the basic workflow functionality using a set of foundational elements.
Getting Started
Navigate to the corresponding folder:
cd step-3-workflow-elements
Install the dependencies:
npm install
Then run the project:
npm run dev
Workflow Elements
In this section, we continue using a Model View Controller architecture, but the model is structured differently to represent the core elements commonly found in workflows.
If you understood how the MVC architecture was implemented in the previous section, you should be able to follow this codebase without any problem.
At this stage, the only supported interaction is selecting elements.