Next.js, TypeScript, Tailwind, Jest, Playwright, Storybook example

Dependencies

Install npm via nodejs using either

Install dependencies

yarn install

Running the application

yarn dev

Running "Unit tests"

# For watch mode
yarn test
# For single run
yarn test:ci

Running "End to End tests"

yarn test:e2e

Running Storybook

yarn storybook