Tic-Tac-Toe is developed using React for the frontend and Node.js with Socket.IO for real-time communication on the backend.
To get started with TicTacToe, follow these steps:
-
Clone this repository to your local machine.
-
Open new teminal and type
cd client-side
and runnpm install
to install the required dependencies. -
Run
npm run dev
to start web server. -
Open new terminal and type
cd socketio-server
and runnpm install
to install the required dependencies. -
Run
npm start
to start server.