Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 1.23 KB

README.md

File metadata and controls

71 lines (50 loc) · 1.23 KB

Tips de accesiblidad en React

Este repositorio es parte de mi charla para el meetup de mayo de 2020 de JavaScript Paraguay.

This is a repo for a talk about accessibility tips on React for the May 2020 JavaScript Paraguay meetup.

Diapositivas en https://a11y-jspy.netlify.app/

Empezar

npm :

$ npm install
$ npm start

yarn:

$ yarn
$ yarn start

Para las diapositivas:

npm:

$ npm run slides

yarn:

$ yarn slides

Estructura

Este repo tiene ramas enumeradas del 01 al 06 correspondientes a cada mejora que se va añadiendo al proyecto.

La forma recomendada de explorar es empezar por 01-inicio e ir progresivamente hasta 06-ruteo, que contiene los últimos cambios realizados.

Getting started

npm :

$ npm install
$ npm start

yarn:

$ yarn
$ yarn start

For the slides:

npm:

$ npm run slides

yarn:

$ yarn slides

Structure

This repo contains branches prefixed from 01 to 06. Each one builds upon the previous one adding accessibility enhancements.

The recommended way to approach this project is to start from the 01-inicio branch and progressively move to the next branches until 06-ruteo, which is the latest iteration of this project.