Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apollo-elements/apollo-elements-repro
Apollo Elements Bug Reproduction Template
https://github.com/apollo-elements/apollo-elements-repro
Last synced: 1 day ago
JSON representation
Apollo Elements Bug Reproduction Template
- Host: GitHub
- URL: https://github.com/apollo-elements/apollo-elements-repro
- Owner: apollo-elements
- Created: 2020-09-29T19:31:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T11:36:21.000Z (about 3 years ago)
- Last Synced: 2024-04-13T21:13:33.028Z (8 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apollo Elements Reproduction
Clone this repo then edit it until it reproduces your bug.
Then edit the description and steps to reproduce in `index.html` so that they clearly describe what the bug is and *exactly* what the reviewer needs to do to reproduce it.## Starting the dev server
```
npm start
```## Building a bundle
```
npm run build
```