Repository to the ThreeJS Course by Bruno Simon
ThreeJS is a Javascript library which allows you to make 3D experiences in the web with Native Javascript
I love creating 3D experiences, that's why this course was absolutely perfect for me
- Clone the repository
git clone https://github.com/BWizard06/ThreeJS-Bruno-Simon-.git
- Open one of the projects in VSCode
- Open the terminal of VSCode
- Install the dependencies
npm install
- Run the project
npm run dev