/apollo-tutorial

🚀 The Apollo platform tutorial app

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: React application using Graphql Client
  • server: Apollo Server

Installation

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

cd server && npm i && npm start

and

cd client && npm i && npm start