A simple Tic-Tac-Toe game built with React, TypeScript, and Vite.
This project provides a minimal setup to get a React application running with Vite, TypeScript, and ESLint. It includes hot module replacement (HMR) and some basic ESLint rules.
- React with TypeScript
- Vite for fast development and build
- ESLint for code quality
- Hot Module Replacement (HMR)
- Configurable ESLint setup for type-aware linting
- Node.js (v12.0.0 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/shashankvishwakarma/React-Tic-Tac-Toe.git
cd React-Tic-Tac-Toe
- Install dependencies:
npm install
# or
yarn install
- Start the server
npm run dev