'How to keep SSL with apahe and run react app in port 80

I installed the SSL certificate using the apache2 service and now I want to run react app (npm start) in port 80. How can I do it?

When I stop the apache2 service and then run the react app in port 80, it stops the ssl as well.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source