joshua0308 / graphql-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-demo

There are two different servers that you will have to run:

  1. Server Run the commands below in the root directory:
  • $ npm install
  • $ npm start
  1. Client Run the commands below in the client directory:
  • $ npm install
  • $ npm start

Once you run these commands:

  • You can check the GraphQL server in localhost:5000
  • You can check the React app in localhost:3000

About


Languages

Language:JavaScript 100.0%