Skip to content

Latest commit

 

History

History

4-apollo-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

About

Based on the apollo full-stack tutorial

Usage

0. install mst-gql dependencies (within the parent mst-gql directory)

yarn

1. Add ENGINE_API_KEY

  1. Visit (https://engine.apollographql.com/)[Apollo] and create an account.
  2. Create a new graph
  3. grab the ENGINE_API_KEY they give you and add it to a .env file within the server in this example.

2. Run the server

cd server
yarn
yarn start

3. Run the client (in another terminal)

cd client
yarn
yarn start