An open API service indexing awesome lists of open source software.

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

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.