TypeScript-based Three.js GLTF scene viewer with Vite.
Install dependencies:
npm installStart the development server:
npm run devThe app will be available at http://localhost:3000
Build for production:
npm run buildThe built files will be in the dist directory.
Preview the production build:
npm run previewsrc/main.ts- Main TypeScript entry pointindex.html- HTML templatevite.config.ts- Vite configurationtsconfig.json- TypeScript configuration