Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save aaronpadilla20/8a862dea4444944db51f5b1af0b494d5 to your computer and use it in GitHub Desktop.

Select an option

Save aaronpadilla20/8a862dea4444944db51f5b1af0b494d5 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

Comunidad de Discord

Los invitamos a que se unan a nuestra comunidad de estudiantes en Discord y habla con personas que también estan aprendiendo igual que tu sobre diversas tecnologías.

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