Skip to content

dpyzo0o/apollo-fullstack-tutorial

Repository files navigation

Apollo tutorial

This is the fullstack app for the Apollo tutorial. 🚀

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