Hello, long time user here. i m re-learning with VS code and node to deploy my
threejs project . Very interesting tech for 3d viewing.
I have a question maybe unimportant, but when following a cool tutorial on deploying project, i have a directory with all new modules-that i dont even know about? Is it useless? Thank you,
Have you run npm run build
from vscode terminal? This will bundle all used resources (with tree shaking where possible) into a dist
folder that you’d deploy…
missing the script “build” , what should i do? Thanks!! Cheers