making a Threejs WAN hosted website make sure to install vite
install nodejs first
then run " npm install vite " on terminal
and create a json packge using "npm init -y" , and in this json file change script to
"dev":"vite"
and then run " npm run dev " on terminal