/splendor-client

A frontend client that provides mechanics for the Splendor board game. See the backend code at https://github.com/daniman/splendor-server.

Primary LanguageTypeScript

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