#Angular.js Accessibility
http://marcysutton.github.io/angular-a11y/(link is external)
By Marcy Sutton(link is external)
Developer at Substantial(link is external) and accessibility engineer on Angular.js Material Design
twitter: @marcysutton(link is external)
##Presented at:
- CSUN 2015(link is external)
- ngEurope 2014(link is external) - archived slides: http://marcysutton.com/slides/angular-a11y-ng-europe(link is external)
Installation
Should you want to run this presentation from source for some reason, the full setup gives you access to all reveal.js features and plugins such as speaker notes as well as the development tasks needed to make changes to the source.
Building from source locally
Some reveal.js features require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
-
Install Node.js(link is external)
-
Install Grunt(link is external)
-
Clone the reveal.js repository
$ git clone git@github.com:hakimel/reveal.js.git
- Navigate to the reveal.js folder
$ cd reveal.js
- Install dependencies
$ npm install
- Serve the presentation and monitor source files for changes
$ grunt serve
- Open http://localhost:8000(link is external) to view your presentation
You can change the port by using grunt serve --port 8001
.