Skip to content

ahmedalatawi/react-graphql-starter

Repository files navigation

React GraphQL Starter Project

A starter frontend project built with React, GraphQL, TypeScript, Apollo client and Vite.

Demo 🎥

Run app locally

1. Clone this repo & install dependencies

git clone https://github.com/ahmedalatawi/react-graphql-starter.git

cd react-graphql-starter && yarn

2. Create .env file

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

3. Run app

yarn dev

Author 📚

Ahmed Alatawi