Skip to content

kylebjordahl/graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published