Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Example project showing two areas of code using Apollo GraphQL.

License

Notifications You must be signed in to change notification settings

JoshuaKGoldberg/jsworld-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSWorld GraphQL Example

Example project showing two areas of code using Apollo GraphQL:

  • client/:
  • server/:

This is heavily based off the Apollo tutorial. 🚀

Usage

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

Example project showing two areas of code using Apollo GraphQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published