darmie / Dogg-Xstate-Demo

An interactive Xstate state machines demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interactive Xstate state machines demo

Requirements

  • Node JS and NPM
  • VS Code
  • Chrome

Setup

npm install

Run Demo

NODE_OPTIONS=--openssl-legacy-provider npm run dev

Development

Launch the Complete development launch configuration.

Putting/removing breakpoints in the .ts files with VS Code in /src should work. If it does not, please open an issue.

Edit the TypeScript files, the browser should refresh on save.

About

An interactive Xstate state machines demo


Languages

Language:TypeScript 87.9%Language:JavaScript 12.1%