Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlengrand/undercover
https://github.com/jlengrand/undercover
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlengrand/undercover
- Owner: jlengrand
- Created: 2019-06-15T12:44:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:41:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T09:06:47.503Z (over 1 year ago)
- Language: JavaScript
- Size: 2.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
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