karl-run / graphql-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-demo with server and client

  • apollo-server-express on server
  • react-apollo on client

Test it!

Start the server:

  • cd server
  • npm i
  • npm start

Start the client:

  • cd app
  • npm i
  • npm start

Visit http://localhost:3000 for the client, visit http://localhost:4000/graphiql for the graphiql interface.

About


Languages

Language:JavaScript 86.8%Language:HTML 10.8%Language:CSS 2.4%