Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)