Skip to content

An example application built with web components only. Uses lit-html and LitElement.

License

Notifications You must be signed in to change notification settings

inventage/amenity-finder-v1

Repository files navigation

NOTICE: This is the old repository and uses LitElement 2.x, not the new Lit version.

Amenity Finder

made with open-wc Main Workflow

Scripts

  • start runs your app for development, reloading on file changes
  • start:build runs your app after it has been built using the build command
  • build builds your app and outputs it in your dist directory
  • test runs your test suite with Karma
  • lint runs the linter for your project