Skip to content

Instantly share code, notes, and snippets.

@eurorincon
Forked from Klerith/Instalaciones-React.md
Created March 28, 2022 00:41
Show Gist options
  • Save eurorincon/9010e9ef18e5fd926112de35a75983fd to your computer and use it in GitHub Desktop.
Save eurorincon/9010e9ef18e5fd926112de35a75983fd to your computer and use it in GitHub Desktop.
Instalaciones recomendadas para mi curso de React de cero a experto

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",
    "#C497D4"
],

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