Skip to content

apollographql/fullstack-tutorial

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 9, 2021 15:52
November 15, 2022 15:31
November 15, 2022 15:31
April 16, 2019 15:29
November 9, 2022 12:23
November 9, 2022 12:23

Apollo tutorial

This is the fullstack app for the Apollo tutorial. πŸš€

File structure

The app is split out into two folders:

  • start: Starting point for the tutorial
  • final: Final version

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd final/server && npm i && npm start

and

cd final/client && npm i && npm start