Getting started

This is the tutorial for the Seqflow framework. It is a step-by-step guide to create a simple application that fetches a random quote from an API and displays it.

The tutorial covers the following topics:

  • the step 0: how to create a new Seqflow application.
  • the step 1: how to fetch data from an API and manage the state of the application.
  • the step 2: how to create a new component.
  • the step 3: how to configure the application.
  • the step 4: How to test the application.

But let's start from the beginning.