/ts-wc-starter

TypeScript, LitElement, Parcel bundled starter template.

Primary LanguageTypeScript

LitElement Starter Template

This is a minimal starter template for a Web Components app built with LitElement, TypeScript, and Parcel for bundling.

Usage

// start the app locally with parcel
$ yarn dev

// build the app for production
$ yarn build