A two-player chess game built with vanilla JavaScript and Node.js.
-
Clone the repository.
-
Install dependencies:
npm install
-
Start the server:
npm run start
-
Open your browser and go to
http://localhost:3000
.
A simple chess application to play between 2 players