https://github.com/dbwodlf3/lit-components
Lit Components
https://github.com/dbwodlf3/lit-components
Last synced: 3 months ago
JSON representation
Lit Components
- Host: GitHub
- URL: https://github.com/dbwodlf3/lit-components
- Owner: dbwodlf3
- Created: 2022-06-24T05:52:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-01T10:14:46.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T14:23:51.274Z (5 months ago)
- Language: JavaScript
- Size: 672 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```