Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 269 Bytes

This is an example of how to make React Router 4 play well with screen readers.

Steps

  1. Fork and clone the repo.
  2. Run yarn (or npm install).
  3. Start up the project with yarn start (or npm run start).

The example was bootstrapped with create-react-app.