Accessibility in React.js applications.
# Install the dependencies
pnpm install
# Run the presentation
pnpm prezi:start
# Run the demo application
pnpm demo:start
# Run the storybook
pnpm ui:start
# Commit your changes
pnpm cm
Slide deck.
Accessibility in React.js applications.
# Run unit tests
# Add `--watch` to run tests in the watch mode
npx nx run demo:test
# Run Cypress e2e tests
# Add `--watch` to run tests via GUI
npx nx run demo:cy
# Run Playwright e2e tests
# Add `--ui` to run tests via GUI
npx nx run demo:pw
A design system library for the demo application.
# Run unit tests
# Add `--watch` to run tests in the watch mode
npx nx run ui:test
# Run Cypress e2e tests
# Add `--watch` to run tests via GUI
npx nx run ui:cy