Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pedrojn-dev/47fbb8f534590c9ead94e0095e5d8b5c to your computer and use it in GitHub Desktop.
Save pedrojn-dev/47fbb8f534590c9ead94e0095e5d8b5c 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