Example of microblog aplication using apollo-graphql implemented in Apollo Server, Vue Angular and React
https://slides.com/przemkow/introduction-to-apollo-graphql
$ cd server
$ npm install
$ npm run start
OR
$ npm run dev // with live reloading
$ cd angular-client
$ npm install
$ npm run start
$ cd vue-client
$ npm install
$ npm run serve
$ cd vue-client
$ npm install
$ npm run start
Client credentials:
email: 'test@email.com'
password: '1234'
master
- basic app example
http-batching
- apollo client http batching
optimistic-ui
- apollo client optimistic UI
apollo-tooling
- apollo tooling, types generation