https://github.com/gervinfung/graphql-example
A monorepo to learn to setup a React-Express-GraphQL project that utilize graphql-codegen to generate type definitions for TypeScript code
https://github.com/gervinfung/graphql-example
esbuild express-graphql graphql graphql-codegen react-graphql typescript typescript-gener0c-sdk
Last synced: 12 months ago
JSON representation
A monorepo to learn to setup a React-Express-GraphQL project that utilize graphql-codegen to generate type definitions for TypeScript code
- Host: GitHub
- URL: https://github.com/gervinfung/graphql-example
- Owner: GervinFung
- License: mit
- Created: 2022-08-28T07:15:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T07:16:30.000Z (over 3 years ago)
- Last Synced: 2025-02-05T11:18:44.026Z (about 1 year ago)
- Topics: esbuild, express-graphql, graphql, graphql-codegen, react-graphql, typescript, typescript-gener0c-sdk
- Language: TypeScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A minimal example for me setup graphql with typescript
This repo was made for me to gain a better understanding on setting up a React-Express-GraphQL
More importantly it allows me to use `graphql-codegen` tools to generate type definitions for me, so I dont have to maintain 2 source of types
No fancy UI, just simple stuff to prove that this project works and the setup was done properly
## Home Page - The Only Page (Sucks)

## Tech Used
| Aspect | Name |
| --------------------- | -------------- |
| Development Language | TypeScipt |
| Scripting Language | JavaScript |
| Testing | Jest & Esbuild |
| Framework | GraphQL |
| Build Automation Tool | Make |
| Text Editor | NeoVim |
| Dependency Management | Yarn |