List github repositories by stack with infinite pagination.
Using:
- Vite
- React
- Emotion-css
- Jest
- React Query
- Install dependencies
yarn
. - Open
.env.local
and add your Github personal token toVITE_GITHUB_TOKEN
. yarn dev
to start the dev server athttp://localhost:3000
.
yarn build
to build the app.yarn serve
to serve.
Run tests with yarn test
.