Courtesy of Bruno Simon of https://threejs-journey.xyz/
Gary created this marvellous starter (and youtube tutorials), forking from the Three.js overlord, Bruno. Since Webpack has been keeping a bit behind in handling changes and depracations, causing newbies to sweat over the Boilerplate not working off-hand, this fork migrated the code to Vite for the sake of maintaining the purpose and diretion of the original repo. Plus, Vite is more fun, won't you agree? ;)
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:3000
npm run dev
# Build for production in the dist/ directory
npm run build
At his DesignCourse Channel : https://www.youtube.com/playlist?list=PL0lNJEnwfVVO4sNO2WDq_h73w-eHQStCB