Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 755 Bytes

File metadata and controls

27 lines (18 loc) · 755 Bytes

vite-js-apollo-v4-graphql-ws-subscription-ssl-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-subscription-ssl-example.git
  • cd vite-js-apollo-v4-graphql-ws-subscription-ssl-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 ?