Watch it in action here
Fetched from GraphQL's job API, the data displays a list of all jobs and their details
- Next.js (SSR)
- Typescript
- GraphQL
- Apollo
- MaterialUI
// 1. Clone the repo
// 2. Install the dependencies
yarn
// 3. Run the server (localhost:3000)
yarn dev