rbung / xstatePrez

An XState presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xstatePrez

Tests status

An XState presentation

Slides

Slides are available on the ./Slides directory

Run the app

The presentation needs an Node.js installation

# install the dependencies
npm install
# run the app in dev mode
npm run dev

Run the test

This presentation uses Cypress to run the tests.

# UI mode
npx cypress open

or

# Headless mode (for CICD)
npx cypress open

About

An XState presentation


Languages

Language:TypeScript 51.7%Language:JavaScript 45.2%Language:CSS 1.6%Language:HTML 1.5%