Skip to content

Instantly share code, notes, and snippets.

View carlosrjg7's full-sized avatar

Carlos Garcia carlosrjg7

  • Lima Perú
View GitHub Profile
npm create vite@latest prueba-tecnica -- --template react-ts
cd prueba-tecnica
npm install
npm install axios
npm run dev
src/
App.tsx → componente principal
@carlosrjg7
carlosrjg7 / notas git
Last active May 17, 2019 00:00
algunos fragmentos de git
git init / se usa para iniciar un repositorio
wget --random-wait -e robots=off -E -H -U mozilla -k -K -p -r -l 2 -o log "www.paginaweb.es" / descargar web completa
sudo docker-compose up -d
---------------------------------------------------
1. Instalar meld
sudo apt-get install meld
2. Configurar git:
git config --global merge.tool meld