Is it possible if I install/generate files on my local and then push the generated files into server that doesn't have the npm. Do you agree with this solution or we have the better one?
Yes, as long as you deploy the current assets along with a service worker file that corresponds to those assets, you can generate everything locally and then host it on a remote server.
Is it possible if I install/generate files on my local and then push the generated files into server that doesn't have the npm. Do you agree with this solution or we have the better one?