mirror of
https://github.com/jlengrand/undercover.git
synced 2026-03-10 08:51:23 +00:00
712 B
712 B
Open-wc Starter App
Quickstart
To get started:
npm init @open-wc starter-app
# requires node 10 & npm 6 or higher
Scripts
buildbuilds your app and outputs it in your dist directorystart:buildruns your built app from dist directorywatch:buildbuilds and runs your app, rebuilding when input files changetestruns your test suite with Karmalintruns the linter for your project

