d47081 / react-chess

A chess application to learn and play chess online.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Chess

React Chess is a chess application to learn and play chess online connected to this chess server as well as to this chess api.

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 chess application to learn and play chess online.

License:MIT License


Languages

Language:JavaScript 98.5%Language:HTML 0.8%Language:CSS 0.7%