• This repository has been archived on 04/Mar/2024
  • Stars
    star
    109
  • Rank 317,907 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A single-page app (SPA) to learn and play chess online.

React Chess

License: MIT Contributing Contributors

React Redux chess app to learn and play chess online.

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       reactchess.net

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!

Made with contrib.rocks.