Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LumenMidgart/8562535ccc16efe804dac31f69527147 to your computer and use it in GitHub Desktop.
Save LumenMidgart/8562535ccc16efe804dac31f69527147 to your computer and use it in GitHub Desktop.

Instalaciones para esta sección

  1. Instalar Node Sitio oficial de node

  2. Instalar VSCode Editor Visual Studio Code

  3. Instalar Google Chrome Google Chrome

  4. Instalar Angular CLI AngularCLI

  5. PostMan Get Postman

Extensiones de VSCode

Estas son las extensiones de VSCode que recomiendo

  1. Terminal

  2. Bracket Pair Colorizer 2

Configuración del Bracket Pair Colorizer 2

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

Tema que estoy usando en VSCode:

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