Based on https://github.com/apollostack/angular2-apollo that migrates away from angular cli build and configures websockets.
Use your GraphQL server data in your Angular 2.0 app, with the Apollo Client.
npm install angular2-apollo --save
Running locally:
# nvm use node
npm install
npm start
This project uses TypeScript for static typing and TSLint for linting. You can get both of these built into your editor with no configuration by opening this project in Visual Studio Code, an open source IDE which is available for free on all platforms.