To get started:
npm init @open-wc
# requires node 10.12 & npm 6 or higher
build
builds your app and outputs it in your dist directorystart:build
runs your built app from dist directorywatch:build
builds and runs your app, rebuilding when input files changetest
runs your test suite with Karmalint
runs the linter for your project