/webchess

Online chess game using react

Primary LanguageTypeScript

webchess

Online chess game using react. The main goal was to learn react with a medium sized project.

Repository Layout

/ (Project root directory)

Contains a simple project to run both the client and server application for easy development

/server (Web server)

Express based server using ws for WebSocket connections.

/www (Web Client)

React based webapp with realtime chat and a chess game interface

Setup

This repo has three npm projects. After cloning, you need to npm install dependencies for each project. Then run npm start from the project root.