Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlengrand/undercover


https://github.com/jlengrand/undercover

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        



## Open-wc Starter App

[![Built with open-wc recommendations](https://img.shields.io/badge/built%20with-open--wc-blue.svg)](https://github.com/open-wc)

## Quickstart

To get started:

```sh
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