Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beerose/github-users-explorer
https://github.com/beerose/github-users-explorer
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beerose/github-users-explorer
- Owner: beerose
- Created: 2019-10-27T17:12:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-02T01:14:03.000Z (over 3 years ago)
- Last Synced: 2024-12-06T13:33:41.682Z (17 days ago)
- Language: TypeScript
- Homepage: https://github-users-explorer.netlify.com/
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```