Skip to content

rodydavis/vite-lit-element-starter

Repository files navigation

Lit Element + Vite

CI

Created with vitejs using template-lit-element-ts.

  • ✅ Github Pages
  • ✅ ES Modules
  • ✅ Github Actions

Online Demo

Getting Started

Start the dev server:

npm run start

Create a production build:

npm run build

Serve the build directory:

npm run serve