WhatsApp clone built with Angular and GraphQL
Angular
- Angular CLI version 1.0.0.
- Material
- FlexLayout
GraphQL
- ApolloGraphQL communicates with the backend
- graph.cool as a backend
- GraphQL Code Generator to have GraphQL Documents desribed in TypeScript
- graphql-config gives GraphQL support for your editor
Easiest way to start
$ npm start
Own endpoint
Use graphql-up
to create an endpoint:
graphql-up schema.graphql
Change the graphcoolId
variable in ./src/app/apollo.ts
to match it with your endpoint
Now it's all ready to play with!