This project is aimed to test and demonstrate getting some simple pages in a SPA to comply with WCAG 2.1AA standards for web accessibility.
A demo of the site can be found WCAG Angular material demonstration
The aim is to produce a repeatable #axeClean in any state of the app with re-usable components between projects.
I prefer going straight to the source and using the w3 produced resources directly.
How to Meet WCAG
Web Accessibility Tutorials
Run ng deploy --base-href=WCAGAngularMaterial
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
The project has been set up with eslint as the linter.
Run ng lint
to execute including eslint/prettier.