Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```