Skip to content

vFlicker/apollo-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Odyssey Lift-off

This is the fullstack app for the Apollo tutorial.

File structure

There are 2 main folders:

  • server: The starting point of our GraphQL server.
  • client: The starting point of our React application.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published