https://threejs.rizalrenaldi.com
Boilerplate forked from: https://github.com/InfoSysRodener/ThreeJs-Vite-BoilerPlate with modification to support Multi page application
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
yarn install
# Run the local server at localhost:8080
yarn run dev
# Build for production in the dist/ directory
yarn run build