Skip to content
/ relay.react Public template

Relay, Vite, GraphQL and Vitest, template to get started with https://relay.dev

Notifications You must be signed in to change notification settings

LFSCamargo/relay.react

Repository files navigation

GraphQL Relay Boilerplate

This is a GraphQL Relay boilerplate for Vite, React and TypeScript.

Running application

  1. Installing dependencies through npm install

  2. Running the application in development mode through npm run dev

  3. Running the application in production mode through npm run build

  4. Expose the built application through npm run preview

  5. To run tests through npm run test

  6. To run UI tests through npm run test:ui

  7. To run coverage tests through npm run test:coverage

  8. To run the relay compiler through npm run relay

  9. To run the relay compiler in watch mode through npm run relay:watch

About

Relay, Vite, GraphQL and Vitest, template to get started with https://relay.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published