Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodydavis/vite-rxdb-lit
Minimal example for Lit, Vite, Typescript and RXDB
https://github.com/rodydavis/vite-rxdb-lit
lit rxdb rxjs typescript vite
Last synced: 20 days ago
JSON representation
Minimal example for Lit, Vite, Typescript and RXDB
- Host: GitHub
- URL: https://github.com/rodydavis/vite-rxdb-lit
- Owner: rodydavis
- License: other
- Created: 2021-07-05T21:32:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T21:49:51.000Z (over 3 years ago)
- Last Synced: 2024-10-03T07:42:14.297Z (about 1 month ago)
- Topics: lit, rxdb, rxjs, typescript, vite
- Language: TypeScript
- Homepage: https://rodydavis.github.io/vite-rxdb-lit/
- Size: 358 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lit - Vite + RxDB + Lit - Minimal example to get RxDB running with Vite. (Examples)
README
# 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`