Skip to content

Latest commit

 

History

History
83 lines (60 loc) · 3.4 KB

README.md

File metadata and controls

83 lines (60 loc) · 3.4 KB

React Accessibility

Nx pnpm Conventional Commits Vite React Tailwind Reveal Storybook Jest Testing Library Playwright Cypress

Accessibility in React.js applications.

Quick Start

# 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

Applications

Presentation

Slide deck.

Demo

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

Libraries

Demo UI

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

Credits