Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.82 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.82 KB

Node.js and React stack for playing

How to start?

Backend

  • cd backend
  • yarn
  • yarn start

and play with es6 node server

Frontend

classic create-react-app base

  • cd frontend
  • yarn
  • yarn start

Exercise

  1. Backend schema

Data Model:

   type Channel {
     id: ID!
     name: String
   }
  1. Connect Client

  2. Mutations

  3. Subscriptions