This project is a simple demonstration of using React with React Three Fiber, TypeScript, and Vite for fast development and testing of 3D scenes in the browser.
- Install Node.js and npm
- Clone the repository and install dependencies:
cd project-name
npm install
The model named house_animated.glb
should be placed in public/models
.
To test the development server, run the following command:
npm run dev