Repository containing the source code for the "Create a 3D Product configurator using TresJS" course on Egghead.io by Alvaro Sabu.
pnpm install
Inside the lessons/starter
folder you will find the starter project for the course. It contains the basic setup for the project and the assets needed to follow the lessons.
Inside the lessons
folder you will find the source code for each lesson. Each lesson is a self-contained folder with the source code for that lesson.
Just need to run pnpm run dev
inside the lesson folder to start the development server or pnpm run dev:lesson-name
from the root.