Skip to content

drochgenius/hmh-lit-element-starter-kit

Repository files navigation

HMH Lit-Element Starter Kit

Starter repository for building Polymer/lit-element-based web components.

Technology Stack

Getting started

  1. Fork this repository

  2. Install dependencies

npm install
  1. Run the watch script (should be continuously running in the background)
npm run watch
  1. In another terminal window, run the development server
npm start
  1. Open your browser at the given location to view your component documentation and demo pages.

  2. You can also execute the unit test suite

npm test

Add your own components

You can add your own components in the src/components/ directory. Add the associated unit tests in the src/unit/ directory.

About

Starter repository for polymer/lit-element

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published