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

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

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)

![Home](./docs/home.png 'Home')

## 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 |