Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active April 30, 2024 19:13
Show Gist options
  • Star 50 You must be signed in to star a gist
  • Fork 17 You must be signed in to fork a gist
  • Save Klerith/c0ef4f48d986e2cf3308bb54fff84ea5 to your computer and use it in GitHub Desktop.
Save Klerith/c0ef4f48d986e2cf3308bb54fff84ea5 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

@poca852
Copy link

poca852 commented Nov 27, 2023

Es curso de Next.js o Nest.js?? El título puede confundir un poco.

Muy claro dice NESTJS con "S"

@steepsalvadorman
Copy link

ClipWindowsGIF

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