Clone the repository:
install yarn, npm and node (>v9 <v10)
git clone https://github.com/cfator/ExampleGraphqlExample.git
cd ExampleGraphqlExampleInstall dependencies and start the server:
cd server
yarn install
npm startInstall dependencies and start the frontend:
cd ../frontend
yarn install
npm startOpen your browser at http://localhost:3000.