Skip to content

GV14982/graphql-frontend-demo-app

Repository files navigation

React and GraphQL Example

This application is a simple React and Vite starter with some added GraphQL goodness. It has @graphql-codegen/cli for doing codegen based on GraphQL inputs (Both schemas and operations). The following plugins are being utilized:

Requirements

Setup

Once all the requirements are installed/setup:

  1. Install Dependencies
    • pnpm install --frozen-lockfile
  2. Run GraphQL Codegen CLI
    • pnpm run codegen
  3. Start the Vite dev server
    • pnpm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published