This is a simple app that uses:
- React and Material UI for the frontend
- Meteor as the build system
- 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.
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