React application to demonstrate test driven development of accessible applications
git clone https://github.com/dylanb/react-tdd-a11y
git checkout start
npm –install
npm start
Open the Chrome dev tools console to see the output from react-axe tests
npm run-script integration
git checkout release
See the Releases list for a list of releases. The releases go in increasing order, each on building on the next to illustrate one concept in getting to test driven accessible development