[go: up one dir, main page]

Skip to content

Full stack demo of Apollo server + Apollo client

Notifications You must be signed in to change notification settings

hwillson/apollo-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo client + server demo

This is a simple app that uses:

  1. React and Material UI for the frontend
  2. Meteor as the build system
  3. Apollo and Redux for state/data management

The backend talks to the Discourse sandbox API, which is reset every day. This demonstrates the ability to build a GraphQL/Apollo app on top of an existing backend.

Running the app

For now, you will need to have Meteor installed to run this example, as it's used as a zero-configuration ES2015 build tool.

npm install
meteor

About

Full stack demo of Apollo server + Apollo client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages