Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

krambertech/graphql-example-app

Repository files navigation

Apollo Example App

This project was bootstrapped with Create React App. This project uses TypeScript, Apollo, Chakra UI and graphql-tools. See slides for the talk here

Running locally

Install dependencies yarn install and you are ready to go. In the project directory, these are the main scripts you can run:

  • yarn dev - Runs the app in the development mode. Open http://localhost:3000 to view it in the browser. The page will reload if you make edits automatically. In parallel, runs code generation for queries and mutations you have
  • yarn test - Launches the test runner in the interactive watch mode.
  • yarn build - Builds the app for production to the build folder.
  • yarn run graphql:generate - Runs GraphQL code generation based on schema and queries you have

All the rest you can find in scripts section of package.json

AltStyle によって変換されたページ (->オリジナル) /