Skip to content

Latest commit

 

History

History
executable file
·
29 lines (15 loc) · 768 Bytes

README.md

File metadata and controls

executable file
·
29 lines (15 loc) · 768 Bytes

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