AaronNGray / vite-js-apollo-v4-graph-ws-yoga-subscription-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-js-apollo-v4-graphql-ws-yoga-subscription-example

A minimal Apollo Server 4 with Apollo Client 3 application with subscriptions using and graph-ws.

Installation

  • git clone https://github.com/AaronNGray/vite-js-apollo-v4-graphql-ws-yoga-subscription-example.git
  • cd vite-js-apollo-v4-graphql-ws-yoga-subscription-example

Server

  • cd server
  • npm install
  • npm start

Client

  • cd client
  • npm install
  • npm run dev
  • visit https://localhost

Want to learn more about React + GraphQL + Apollo + graphql-ws ?

About


Languages

Language:TypeScript 49.7%Language:HTML 25.3%Language:JavaScript 24.2%Language:CSS 0.8%