React Apollo Test Just a simple test application using React and Apollo to communicate with a GraphQL server. Usage Startup the GraphQL server and the Parcel dev server: npm run dev Or run in production mode: npm run build npm start