Apollo's lift-off course companion app (completed) Live Demo App
Castronauts fullstack app holds two main folders server
and client
- install packages
cd server && npm install
- start server
npm start
The graphql server pulls data from a rest API holding the
from another terminal window:
- install packages
cd client && npm install
- start react app
npm start