Skip to content

arichard-info/demo-xstate

Repository files navigation

XState demo

Demo repository for XState : JavaScript and TypeScript finite state machines and statecharts for the modern web.

Command line

Start the initial application (no XState, only Svelte)

npm run start:application

Start the demo livecoding application :

npm run start:livecoding

Start the demo application (XState v5) :

npm run start:solution

Start the demo application (XState v4) :

npm run start:solution-v4

Model-based testing (XState v4) :

npm run test:solution-v4