Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kjirou/learn-apollo-client-codegen-typescript-on-nextjs
- Owner: kjirou
- License: mit
- Created: 2021-05-24T09:26:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T07:50:10.000Z (about 3 years ago)
- Last Synced: 2023-03-30T12:32:45.738Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# learn-apollo-client-codegen-typescript-on-nextjs
## :eyes: OverviewThis 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
```