This is a Next.js project bootstrapped with create-next-app.
The purpose of this project is to get familiar with NextJS and Tailwind. This is a precursor to a multiplayer tic-tac-toe game that will utilize websockets.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.