https://github.com/aigan/lit2-example
Minimal Lit project with NO build step
https://github.com/aigan/lit2-example
Last synced: 2 months ago
JSON representation
Minimal Lit project with NO build step
- Host: GitHub
- URL: https://github.com/aigan/lit2-example
- Owner: aigan
- License: mit
- Created: 2022-01-23T17:37:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T14:10:00.000Z (over 2 years ago)
- Last Synced: 2025-02-14T17:28:33.237Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lit2-example
Minimal Lit project with NO build step... Except for the Lit dependency, that you can build with
```bash
> npm install
```Use a web server and navigate to `example.html`. You could use `serve` for that:
https://www.npmjs.com/package/serve