/t3

T3: tic-tac-toe in the browser

Primary LanguageTypeScript

T3: Tic-tac-toe in the browser

A simple implementation of Tic-tac-toe in the browser, written in React and TypeScript.


Quick start

  1. Install dependencies: npm install or pnpm install (preferred)
  2. Set up environment variables: cp .env.example .env
  3. Run development server: npm start
  4. Open: http://localhost:8080