Sample custom element with Lit-Element/Lit-HTML

Getting Started

# install dependencies
npm install
# build and watch for code changes
npm run watch
# in another terminal, launch the browser
npm start

Other useful commands

# lint and format the code base
npm run lint
# prepare a clean install
npm run clean