Is there any way to override .html and js files present in app/design folder from a custom module in app/code ?
I was looking to override app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/template/shipping.html
and app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/js/view/shipping.js
from my custom module in app/code.
Any help will be appreciated