Tic Tac Toe
This project features a real-time Tic Tac Toe game developed using React and socket.io. Two players can compete against each other in real-time.
Installation
Follow these steps to set up the project locally:
- Clone the repository or download and unzip the file.
- Navigate to the project directory.
- Install all necessary dependencies:
npm install
For client dependencies:
cd client
npm install
For server dependencies:
cd server
npm install
Usage
To launch the game, perform the following:
- Navigate to the root project directory.
- Start the development server:
npm run dev
This will start both the client and the server in development mode.
Enjoy the game! 🎮