Skip to content

monsurcodes/learning-graphql-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Learning GraphQL

server with GraphQL

Go to server dir

cd server

To install dependencies:

bun install

To run:

bun dev

GraphQL playground:

http://localhost:4000/graphql/

React + Vite

Go to client dir

cd client

To install dependencies:

bun install

To run:

bun dev

Frontend site:

http://localhost:5173/