Hello all and sorry for my beginner questions but I am not sure how to proceed with publishing my app.
I created an app using three.js, HTML, CSS, and I also used UIKit for the interface. Now I am happy with the result and would like to publish a beta version, but it is unclear to me how to do it. I installed three.js using npm as guided in the instructions and so far the app is running completely on the client-side, so there is no signup/login, databases, or anything like that. I just have few .gltf files, textures, one HTML, one CSS, and a few .js files. Now I guess that I will be good with only the classic website hosting at the beginning but I am not sure how to compile the project and upload it to the hosting site? I heard of the bundlers and I was looking at the Webpack but I am not sure how to apply it to an existing project? Also, is this kind of project considered a static web app? I tried googling but with so much information available it just confused me even further on some things.
I would be very grateful if someone could lighten this up for me and point me in the right direction on how to continue. Let me know if I forgot to mention something.
Thank you very much in advance.