Skip to content

stubbies/github-repos-stack

Repository files navigation

Github Repository Stack

List github repositories by stack with infinite pagination.

Demo

Using:

  • Vite
  • React
  • Emotion-css
  • Jest
  • React Query

Dev

  1. Install dependencies yarn.
  2. Open .env.local and add your Github personal token to VITE_GITHUB_TOKEN.
  3. yarn dev to start the dev server at http://localhost:3000.

Build & Serve

  • yarn build to build the app.
  • yarn serve to serve.

Tests

Run tests with yarn test.