โ— Shell
clean mode source โ†—

GitHub - mittch/fullstack-tutorial: ๐Ÿš€ The Apollo platform tutorial app

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Languages

  • TypeScript 51.0%
  • JavaScript 46.7%
  • HTML 2.3%