This repository is example of GraphQL入門 - React.js & Express.js & Apollo の簡単チュートリアル - エムスリーテックブログ.
$ cd to/this/dir
$ yarn install
$ cd express-graphql
$ yarn install
$ cp .env.example .env // Fix .env file!!
$ yarn start
$ cd react-graphql
$ yarn install
$ yarn start