An XState presentation
Slides are available on the ./Slides
directory
The presentation needs an Node.js installation
# install the dependencies
npm install
# run the app in dev mode
npm run dev
This presentation uses Cypress to run the tests.
# UI mode
npx cypress open
or
# Headless mode (for CICD)
npx cypress open