Based on the apollo full-stack tutorial
yarn
- Visit (https://engine.apollographql.com/)[Apollo] and create an account.
- Create a new graph
- grab the
ENGINE_API_KEY
they give you and add it to a.env
file within theserver
in this example.
cd server
yarn
yarn start
cd client
yarn
yarn start