This is a library of commonly used components that follows the accessibility best practices described by w3 in WAI-ARIA Authoring Practices 1.1
accessible-components uses Skeletor, a directory structure and Gulpfile designed as an easy starting point for front end development of projects. Mainly it was developed for projects at Delphic Digital, but it was designed to be agnostic, so any project is capable of using it. It is designed to give you a quick and organized way to start developing web apps with best practices in mind.
- Node.js
- Install Gulp
npm install --g gulp-cli
- Install Bower
npm install -g bower
- Fork/Clone/Download this repository into your machine.
- Open a terminal and install the Node.Js dependencies by running
npm install
in your project directory. - Install client side dependencies with bower by running
bower install
in your project directory. - Run gulp to automatically open the project running on
localhost:3000
.
For more details, checkout the Fednet