https://github.com/mercmobily/apps-script
https://github.com/mercmobily/apps-script
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mercmobily/apps-script
- Owner: mercmobily
- License: mit
- Created: 2020-02-16T02:55:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:23:29.000Z (over 2 years ago)
- Last Synced: 2025-01-30T22:56:02.592Z (5 months ago)
- Language: HTML
- Size: 413 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## Open-wc Starter App
[](https://github.com/open-wc)
## Quickstart
To get started:
```sh
npm init @open-wc
# requires node 10 & npm 6 or higher
```## Scripts
- `start` runs your app for development, reloading on file changes
- `start:build` runs your app after it has been built using the build command
- `build` builds your app and outputs it in your `dist` directory
- `test` runs your test suite with Karma
- `lint` runs the linter for your project