A simple online real-time tic-tac-to server implementation.
pnpm install
-
Build client assets.
pnpm run build
-
Start game server.
pnpm run server
-
Start client server.
pnpm run client
Open http://localhost:4173 in browser.
A simple online real-time tic-tac-to server implementation.
pnpm install
Build client assets.
pnpm run build
Start game server.
pnpm run server
Start client server.
pnpm run client
Open http://localhost:4173 in browser.