In the project directory
- Run
yarn
to install dependencies. - Run
yarn start
to start the dev server. - Open http://localhost:3000 to view it in the browser.
- App.tsx is the main UI.
- components/Board.tsx is the tic-tac-toe board UI.
- lib/logic.ts has the competing computer's logic.
- types.d.ts has the project's typings.