This is the frontend of Eridite game application. Here is the backend.
This is a Russian Scrabble-like game which is made in accordance with the rules of the board version. Rules in Russian can be found here.
- Clone the repository
- Run npm install
npm install
The frontend sends requests to the backend deployed to Heroku.
If you want to install backend for this app:
- Clone this repository
- Run npm install for the backend
- Set up PostgreSQL database
- react
- redux
- web sockets