Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/learn-apollo-client-codegen-typescript-on-nextjs

A repository for learning to use `apollo client: codegen --typesciprt` in a Next.js project
https://github.com/kjirou/learn-apollo-client-codegen-typescript-on-nextjs

Last synced: 12 days ago
JSON representation

A repository for learning to use `apollo client: codegen --typesciprt` in a Next.js project

Awesome Lists containing this project

README

        

# learn-apollo-client-codegen-typescript-on-nextjs
## :eyes: Overview

This is a repository for learning the steps to use `apollo client: codegen --typesciprt` in a Next.js project.

You can understand it by reading the commits one by one.

Use an IDE such as VS Code to verify the type.

## :rocket: Installation

```bash
[email protected]:kjirou/learn-apollo-client-codegen-typescript-on-nextjs.git
npm install
```