/apollo-fullstack-tutorial

Apollo Full-stack Tutorial

Primary LanguageTypeScriptMIT LicenseMIT

Apollo tutorial

This is the fullstack app for the Apollo tutorial. 🚀

File structure

The app is split out into two folders:

  • client: Client code
  • server: Server code

Installation

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

cd code/client && npm i && npm start

and

cd code/server && npm i && npm start