Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 821 Bytes

Open-wc Starter App

Built with open-wc recommendations

Quickstart

To get started:

npm init @open-wc
# requires node 10.12 & npm 6 or higher

Live demo

Scripts

  • build builds your app and outputs it in your dist directory
  • start:build runs your built app from dist directory
  • watch:build builds and runs your app, rebuilding when input files change
  • test runs your test suite with Karma
  • lint runs the linter for your project