Twitter API aggregator on top of GraphQL
$ git clone https://github.com/pagesource/twitter-graphQL.git
$ cd twitter-graphQL
//install dependencies
$ npm install
// Starts both the webpack server as well as the graphQL server on 2 different ports
$ npm start
http://localhost:3000/ It starts a webpack dev server and then for the graphql uses a proxy to fetch data.