Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created May 8, 2023 22:31
Show Gist options
  • Select an option

  • Save Klerith/8372b82a1f1d3d9f4208284f80fb47c9 to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/8372b82a1f1d3d9f4208284f80fb47c9 to your computer and use it in GitHub Desktop.
Instalaciones recomendadas para qwik

qwik Logo

qwik - Instalaciones recomendadas

  1. Node JS

  2. VSCode - Visual Studio Code

  3. Google Chrome

  4. Postman

  5. Git

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"

Extensiones de VSCode

Tema que estoy usando en VSCode y Wallpaper del curso:

Configuración de íconos para qwik

  1. Abrir settings.json
  2. Pegar esto
{
   "material-icon-theme.activeIconPack": "qwik",
   // otras propiedades...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment