/typescript-vite-lit

Example app using TypeScript, Vite, lit-html and prettier

Primary LanguageHTML

Example app with TypeScript + Vite + lit-html

Includes type-checking with TypeScript, formatting with prettier, bundling with Vite and rendering with lit-html.

Commands:

  • npm run dev: Run an HMR server
  • npm run check: Watch file changes and runs type-checking
  • npm run preview: Build and preview app
  • npm run build: Build app