Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beerose/github-users-explorer


https://github.com/beerose/github-users-explorer

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# πŸ•΅οΈβ€ Β github-users-explorer

### [github-users-explorer.netlify.com](https://github-users-explorer.netlify.com/)



## πŸ›  Development

### Build:

```sh
yarn build
```

### Start parcel devserver locally:

```sh
yarn start
```

### Test:

I'm using `jest` and `@testing-library/react` for unit tests.
You can run them with

```sh
yarn test
```