One of the biggest challenges in web development is to have a stable development environment and assuring that the website works when deploying on different servers. Docker helps us build isolated containers that give a this stable and predictable environment and saves many headaches when debugging our website. Thanks to the preconfigured images available on […]
Tag: Wordpress
How to deploy a React app in a subdirectory on a WordPress site
The case here is pretty specific, but maybe somebody will be in the situation like me. I have a WordPress site and I wanted to deploy a React app to include in my portfolio and serve it from a subdirectory. When deploying a React app in a website subdirectory there are some hurdles to overcome. […]