DevArches / react-chess

A React Redux chessboard connected to a chess server.

Home Page:https://www.chesslablab.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Chess

React Chess is "just a chessboard" as lightweight as it can possibly be. It is connected to this chess server as well as to this chess api.

Demo

Check out this demo to see it in action.

Install and Setup

Create an .env file.

cp .env.example .env

Install the npm packages.

npm install

Add the following entry to your /etc/hosts file.

127.0.0.1       www.chesslablab.com

Start the app.

npm start

Build the App

Build the app for production.

npm run build

License

The MIT License.

Contributions

See the contributing guidelines.

Happy learning and coding!

About

A React Redux chessboard connected to a chess server.

https://www.chesslablab.com/

License:MIT License


Languages

Language:JavaScript 97.7%Language:CSS 1.7%Language:HTML 0.6%