https://github.com/launchscout/tddlab
It's like Sealab, but you don't have to breathe helium. Oh and also you learn about Test Driven Development
https://github.com/launchscout/tddlab
Last synced: 11 months ago
JSON representation
It's like Sealab, but you don't have to breathe helium. Oh and also you learn about Test Driven Development
- Host: GitHub
- URL: https://github.com/launchscout/tddlab
- Owner: launchscout
- Created: 2019-02-21T21:05:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T22:56:27.000Z (over 7 years ago)
- Last Synced: 2025-05-21T12:51:32.268Z (about 1 year ago)
- Language: JavaScript
- Size: 524 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ## 🛠Status: In Development
> This starter app is currently in development.
## Open-wc Starter App
[](https://github.com/open-wc)
## Quickstart
To get started:
```sh
# in a new folder:
npm init yo open-wc
# requires npm 6 or higher
npm run start
```
## Scripts
- `start` runs your app, with a minimal express server directly from source (only works in modern browsers)
- `start:dev` runs your app with auto reload for development, it only works on browsers which support modules for faster builds
- `start:dev:es5` runs your app for development, it only works on browsers that don't support modules (IE11)
- `build` builds your app for production and outputs it in the /dist folder
- `start:build` runs your built app using a plain web server, to prove it works without magic 😃
- `build:stats` creates an analysis report of your app bundle to be consumed by Webpack Visualizer and Analyser
- `test` runs your test suite with Karma
- `lint` runs the linter for your project