A web client for Tic Tac Toe.
This is a Next.js project bootstrapped with
create-next-app
.
- Node 18.16.1
This project is configured to run on osx.
This project uses:
pnpm
(package manager)next
(framework)jest
(unit testing)playwright
(e2e testing)
To run the development server:
pnpm dev
The project runs on http://localhost:3000 by default.
pnpm test:unit:watch
pnpm exec playwright test --ui
pnpm build