Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created December 5, 2019 15:22
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save Klerith/189ee4f60efbae3f673d3c04c3d31128 to your computer and use it in GitHub Desktop.
Save Klerith/189ee4f60efbae3f673d3c04c3d31128 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