Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oscarmarina/xstatecontroller
Connect XState machines with Lit
https://github.com/oscarmarina/xstatecontroller
lit xstate
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:21:48.000Z (7 months ago)
- Last Synced: 2024-10-28T06:31:14.233Z (3 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.
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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)