8000 GitHub - dshuvalov/apollo-aplication-demo: Odyssey Lift-off Course Companion App
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dshuvalov/apollo-aplication-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Catstronaut Apollo app

Welcome to the final app after finishing Odyssey Lift-off! You can find the course lessons and instructions on Odyssey, Apollo's learning platform.

You can preview the completed demo app here.

How to use this repo

This codebase is the starting point of your journey in studying GraphQL and Apollo framework!

There are 3 main folders:

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

To get started:

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

This will start the GraphQL API server.

In another Terminal window,

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

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

Getting Help

Please reach me: https://reach-me.io/dshuvalov

About

Odyssey Lift-off Course Companion App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.9%
  • HTML 4.1%
0