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

https://github.com/dbwodlf3/lit-components

Lit Components
https://github.com/dbwodlf3/lit-components

Last synced: 3 months ago
JSON representation

Lit Components

Awesome Lists containing this project

README

        

Web Components based on lit.

# Fast Start
``` shell
# Terminal 1
git clone https://github.com/dbwodlf3/uidoc.git
cd uidoc
npm i
cd src/server
npm i
cd ../client
npm i
cd ../../
npm run start
```
``` shell
# Terminal 2
cd uidoc
npm run watch-client
```