I try to build simple scene with Three.JS
For this code, i had to use NextJS 14, as version 15 crashes.
Remeber to use this commands¿:
npx create-next-app@14
AFTER THAT, just install three Fiber:
npm install @react-three/fiber@latest
Also install:
"@react-three/fiber": "^8.17.10"
#threejs #nextjs