Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 505 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 505 Bytes

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.