This directory contains a simple fullstack example based on graphql-yoga and create-react-app.
Clone the repository:
git clone https://github.com/graphcool/graphql-yoga.git
cd graphql-yoga/examples/fullstackInstall dependencies and start the server:
cd server
yarn install # or npm install
yarn start # or npm startInstall dependencies and start the frontend:
cd ../frontend
yarn install # or npm install
yarn start # or npm startOpen your browser at http://localhost:3000.