A React app that provides a light-weight interface for the mechanics of the Splendor board game.
This app uses Apollo Client and talks to this simple GraphQL server for its game mechanics and state persistence.
To run the app:
npm install
npm start