Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 473 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 473 Bytes

graphql-demo

A demo app using Apollo and Angular.

Server

  • Install server deps with cd server && npm install
  • Run the server with cd server && npm run dev
  • Access the explorer at http://localhost:4040/graphql
  • You can see a visualization of the graph at http://localhost:4040/voyager

Client

  • Install client deps with cd client-ng && npm install
  • Run the client with cd client-ng && npm run start
  • Access the client at http://localhost:4200