Skip to content

catafest-work/ThreeJSTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9eeb6ed · Mar 15, 2023

History

14 Commits
Nov 15, 2022
Jun 6, 2022
Jun 6, 2022
Jun 6, 2022
Jun 6, 2022
Nov 15, 2022
Jun 6, 2022
Jun 6, 2022
Nov 15, 2022
Oct 19, 2022
Nov 3, 2022

Repository files navigation

threetutorial

"Three.js Tutorial For Absolute Beginners" YouTube tutorial project files https://youtu.be/xJAfLdUgdc4

  1. Download repository
  2. Make sure to install dependencies: open project in VSCode -> open command line -> type: npm install
  3. Install Parcel by Parcel by typing the following command: npm install parcel -g
  4. Run Parcel by typing this command: npm parcel ./src/index.html
  5. Ctrl + left click on the address generated in the command line. Or open your browser and copy paste this address http://localhost:1234
  6. Have fun! :D "# ThreeJSTutorial"