Skip to content

jmcgavin/lit-starter-kit

Repository files navigation

Lit Starter Kit

JavaScript Style Guide Dependencies GitHub Super-Linter

A simple webapp template that leverages for creating fast, lightweight web components and Redux for state management.

Getting started

  1. Install dependencies
npm install
  1. Start the development server
npm start

You can also generate and serve a static build

npm run build && npm run serve

This will create an optimized ES6 bundle for modern browsers in the /dist directory and then serve it.

To-dos