Skip to content

meesvandongen/react-chess

This branch is 164 commits behind chesslablab/spablab:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 23, 2023
56f7bf2 · Oct 23, 2023
May 19, 2023
Oct 23, 2023
Oct 10, 2023
Apr 24, 2023
Aug 17, 2019
Oct 17, 2023
Mar 31, 2018
Apr 24, 2023
Apr 24, 2023
Apr 5, 2018
Oct 22, 2023
Apr 25, 2023
Oct 23, 2023

Repository files navigation

React Chess

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%