Files
undercover/README.md
Julien Lengrand-Lambert e256cb4dcd chore: create project
2019-06-14 19:12:09 +02:00

712 B

Open-wc Starter App

Built with open-wc recommendations

Quickstart

To get started:

npm init @open-wc starter-app
# requires node 10 & npm 6 or higher

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