22 lines
287 B
Markdown
22 lines
287 B
Markdown
# Vite + RxDB + Lit
|
|
|
|
Minimal example to get RxDB running with vite.
|
|
|
|
Online demo [here](https://rodydavis.github.io/vite-rxdb-lit/).
|
|
|
|
## Supports
|
|
|
|
- Lit
|
|
- Vite
|
|
- Typescript
|
|
- MWC
|
|
- RxDB
|
|
- RxJS
|
|
|
|
## Getting Started
|
|
|
|
1. `npm i`
|
|
|
|
2. Development: `npm run dev`
|
|
|
|
3. Production: `npm run build` |