"How To Export 3D Models With Their Animation From Blender And Import Them Into Your Three.js App" YouTube tutorial project files https://youtu.be/ajaduDDePIY
- Download repository
- Make sure to install dependencies: open project in VSCode -> open command line -> type: npm install
- Install Parcel by Parcel by typing the following command: npm install parcel -g
- Run Parcel by typing this command: npm parcel ./src/index.html
- Ctrl + left click on the address generated in the command line. Or open your browser and copy paste this address http://localhost:1234
- Have fun! :D