apollographql / fullstack-tutorial

πŸš€ The Apollo platform tutorial app

Home Page:https://www.apollographql.com/docs/tutorial/introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCHIVED

This repo was archived on August 23, 2023. This repo was a companion to the Apollo Fullstack Tutorial, which is now a deprecated course and no longer maintained. If you're looking to learn GraphQL basics with Apollo, check out the Lift-off series.

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

About

πŸš€ The Apollo platform tutorial app

https://www.apollographql.com/docs/tutorial/introduction.html

License:MIT License


Languages

Language:TypeScript 50.4%Language:JavaScript 47.2%Language:HTML 2.3%Language:Procfile 0.0%