Skip to content

Instantly share code, notes, and snippets.

@anayarojo
Forked from Klerith/instalaciones-nestjs.md
Created February 26, 2024 21:36
Show Gist options
  • Select an option

  • Save anayarojo/309fd2f4438e653963ddcdb7e7bf81f0 to your computer and use it in GitHub Desktop.

Select an option

Save anayarojo/309fd2f4438e653963ddcdb7e7bf81f0 to your computer and use it in GitHub Desktop.
Instalaciones recomendadas para el curso de Nest.js

Instalaciones recomendadas - Curso de Nest.js

Nest Logo

Opcional

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

Descargar imagen de Mongo 5.0.0 y postgres 14

docker pull mongo:5.0.0
docker pull postgres:14.3

Extensiones de VSCode

Activitus Bar

Tema que estoy usando en VSCode:

Cambiar íconos de Angular por íconos de Nest -> Abrir: settings.json

"material-icon-theme.activeIconPack": "nest",

Instalaciones adicionales

Wallpapers que uso

Wallpapers Developer

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