A starter frontend project built with React, GraphQL, TypeScript, Apollo client and Vite.
Demo 🎥
git clone https://github.com/ahmedalatawi/react-graphql-starter.git
cd react-graphql-starter && yarn
Create a .env
file in the project's root directory, and add the following Graphql API url:
VITE_APP_GRAPHQL_ENDPOINT=https://nodejs-graphql-fake-api.vercel.app/graphql
yarn dev