Full-stack App using React, Apollo GraphQL Server with Node JS
Data Source https://api.github.com/users
cd server
yarn start
The server runs on localhost:4000
On another terminal
cd client
yarn start
You can now view client in the browser.
Local: http://localhost:3000