This is a homework using Next.js and Tailwind CSS
npm run dev
Make sure Playwright is installed:
npx playwright install
Compile and run the app in production mode:
npm run build
npm run start
Run tests in another terminal:
npm test
This is a homework using Next.js and Tailwind CSS
npm run dev
Make sure Playwright is installed:
npx playwright install
Compile and run the app in production mode:
npm run build
npm run start
Run tests in another terminal:
npm test