Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 707 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 707 Bytes

Catstronauts

How to use this repo

There are 3 main folders:

  • server: The starting point of our GraphQL server.
  • client: The starting point of our React application.
  • final: The final stage of both the server and client folders, with all of the steps and code completed!

To get started:

  1. Navigate to the server folder.
  2. Run npm install.
  3. Run npm start.

This will start the GraphQL API server.

In another Terminal window,

  1. Navigate to the client folder.
  2. Run npm install.
  3. Run npm start.

This will open up localhost:3000 in your web browser.