Skip to content

Instantly share code, notes, and snippets.

@Elizabella
Forked from Klerith/instalaciones-react.md
Created June 24, 2021 01:46
Show Gist options
  • Save Elizabella/168dad2f4e757fc122018df79cb464d2 to your computer and use it in GitHub Desktop.
Save Elizabella/168dad2f4e757fc122018df79cb464d2 to your computer and use it in GitHub Desktop.
Instalaciones recomendadas para el curso de React con Sockets

Instalaciones recomendadas - Curso de React

Instalaciones Necesarias

Extensiones de VSCode

Activitus Bar

Configuración del Bracket Pair Colorizer 2

Bracket Pair Colorizer 2

"bracket-pair-colorizer-2.colors": [
    "#fafafa",
    "#9F51B6",
    "#F7C244",
    "#F07850",
    "#9CDD29",
    "#5c77f3"
],

Tema que estoy usando en VSCode:

Instalaciones recomendadas sobre React

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment