- fork the repo
git clone <repo-url>cd MultiplayerChesscd chess-frontendnpm icd ../backendnpm i
- Room Id generation
- Real-time game
- React (Frontend)
- Express.JS (Backend)
- chess.js (Chess Moves Validation)
- react-chessboard (Chess board)
- Start server
cd backend && npm start - Start react app
cd chess-frontend && npm start
