This project serves as an example of how to combine Angular with Apollo Client and GraphQL Code Generator.
Install dependencies:
npm install
To run local GraphQL API (required by Angular app and code generator):
npm run api
To generate boilerplate (types and services), run:
npm run generate
To run Angular app with development server:
npm start