Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepassle/owc-reddit-pwa
https://github.com/thepassle/owc-reddit-pwa
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/thepassle/owc-reddit-pwa
- Owner: thepassle
- Created: 2019-05-05T12:59:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:00:44.000Z (over 5 years ago)
- Last Synced: 2024-10-23T15:55:47.250Z (21 days ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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