/tic-tac-toe

A simple online real-time tic-tac-to server implementation.

Primary LanguageTypeScriptMIT LicenseMIT

A simple online real-time tic-tac-to server implementation.

Install

pnpm install

Run

  1. Build client assets.

    pnpm run build
  2. Start game server.

    pnpm run server
  3. Start client server.

    pnpm run client 

Open http://localhost:4173 in browser.