https://github.com/alvarosabu/egghead-tres-3d-product-configurator
Lessons and starter template for my TresJS product configurator course on Egghead.io
https://github.com/alvarosabu/egghead-tres-3d-product-configurator
Last synced: 7 months ago
JSON representation
Lessons and starter template for my TresJS product configurator course on Egghead.io
- Host: GitHub
- URL: https://github.com/alvarosabu/egghead-tres-3d-product-configurator
- Owner: alvarosabu
- Created: 2023-12-18T15:54:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T13:22:36.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:35:08.493Z (9 months ago)
- Language: Vue
- Homepage:
- Size: 9.14 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TresJS 3D Product Configurator
> Repository containing the source code for the "Create a 3D Product configurator using TresJS" course on [Egghead.io](https://egghead.io/) by [Alvaro Sabu](https://egghead.io/q/resources-by-alvaro-saburido).
>
## Setup
```bash
pnpm install
```
## 🥚 Course starter
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.
## 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.