Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 560 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 560 Bytes

XState Lit TypeScript template

A starting point template for using XState with Lit and TypeScript. Create a feedback form using a simple state machine.

Open in StackBlitz

Using Vite as a build tool and to run the local development server.

npm install && npm start

Scaffold generated using:

npm init @blockquote/wc