A boilerplate/starter project for quickly building three.js app using Vite & Three.
To create a project, simply run:
npx build-threejs-app
Change directory:
cd <project-name>
Install the dependencies:
npm install
Run app in development:
npm run dev