https://github.com/kaseyhinton/space-adventure
https://github.com/kaseyhinton/space-adventure
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaseyhinton/space-adventure
- Owner: kaseyhinton
- License: mit
- Created: 2020-02-04T03:01:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:24:35.000Z (over 2 years ago)
- Last Synced: 2025-03-23T23:41:08.035Z (3 months ago)
- Language: JavaScript
- Size: 2.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
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