https://github.com/oscarmarina/xstatecontroller
Connect XState machines with Lit
https://github.com/oscarmarina/xstatecontroller
lit xstate
Last synced: 2 months ago
JSON representation
Connect XState machines with Lit
- Host: GitHub
- URL: https://github.com/oscarmarina/xstatecontroller
- Owner: oscarmarina
- Created: 2023-01-05T15:32:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:21:48.000Z (12 months ago)
- Last Synced: 2025-02-08T09:13:04.095Z (4 months ago)
- Topics: lit, xstate
- Language: TypeScript
- Homepage: https://stackblitz.com/github/oscarmarina/XstateController
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XState Lit TypeScript template
A starting point template for using XState with [Lit](https://lit.dev) and TypeScript. Create a feedback form using a simple state machine.
[](https://stackblitz.com/github/oscarmarina/XstateController)
Using [Vite](https://vitejs.dev/) as a build tool and to run the local development server.
```bash
npm install && npm start
```
**Scaffold generated using**:
> [npm init @blockquote/wc](https://github.com/oscarmarina/create-wc)