grungebob / odyssey-lift-off-part1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 94.9%Language:HTML 5.1%