This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |