Skip to content

congphu97/graphql-angular-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Angular GraphQL example with Apollo Client

Running client

cd client
npm i
ng serve --open

Running server

cd server
npm i
node index.js

About

Tutorial on how to implement Apollo GraphQL client for Angular applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 42.1%
  • TypeScript 37.8%
  • JavaScript 16.0%
  • CSS 4.1%