Apollo's Lift-off course companion app (completed)
Course Walk-through on Odyssey
Catstronauts full-stack 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.
From another terminal window:
- install packages
cd client && npm install
- start React app
npm start