Skip to content

kungfuyou/starlink-apollo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo tutorial

This app was built and debugged using the Apollo tutorial. 🚀

File structure

The app is split out into two folders:

  • client: Front End Client runs on :3000
  • server: GraphQL server runs on :4000

From within the start and final directories, there are two folders (one for server and one for client).

Installation

To run the app, run these commands in two separate terminal windows from the root:

cd server && npm i && npm start

and

cd client && npm i && npm start

About

React, Apollo Server and Graph QL example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published