Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 483 Bytes

Catstronauts

Apollo's lift-off course companion app (completed) Live Demo App

Run the project

Castronauts fullstack app holds two main folders server and client

server

  • install packages cd server && npm install
  • start server npm start

The graphql server pulls data from a rest API holding the

client

from another terminal window:

  • install packages cd client && npm install
  • start react app npm start