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/