Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 369 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 369 Bytes

Companion application for React Accessibility Patterns Talk

Application features

  • Accessible form elements
  • Accessible React Router transitions
  • ARIA live regions
  • Skiplinks

Running the application

Clone the repository and install the npm packages and then start it.

With npm:

npm install
npm run start

With yarn:

yarn
yarn start