Skip to content

srslafazan/tic-tac-toe-web

Repository files navigation

Tic Tac Toe - Web Client

A web client for Tic Tac Toe.

Try the live demo

Tests

This is a Next.js project bootstrapped with create-next-app.

Requirements

  • Node 18.16.1

This project is configured to run on osx.

Getting Started

This project uses:

  • pnpm (package manager)
  • next (framework)
  • jest (unit testing)
  • playwright (e2e testing)

Run

To run the development server:

pnpm dev

The project runs on http://localhost:3000 by default.

Tests (development)

pnpm test:unit:watch
pnpm exec playwright test --ui

Build

pnpm build

About

A web client for Tic Tac Toe

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published