Servir m煤ltiples webs desde subrutas como:
http://192.168.1.56/miweb/
http://192.168.1.56/otraweb/
- Que
http://192.168.1.56
no sirva contenido directamente
Instalaci贸n de Heroku CLI en el equipo local https://devcenter.heroku.com/articles/heroku-cli
Una vez realizada instalaci贸n, nos situamos en el directorio raiz del proyecto
heroku login
heroku git:remote -a NOMBRE DEL PROYECTO EN HEROKU
yarn add --dev jest babel-jest @babel/preset-env @babel/preset-react
yarn add --dev @testing-library/react @types/jest jest-environment-jsdom
npm install --dev jest babel-jest @babel/preset-env @babel/preset-react