"How To Create A 3D Audio Visualizer Using Three.js" YouTube tutorial project files https://youtu.be/qDIF2z_VtHs
- Clone the repository;
- Open the folder in Visual Studio Code;
- Open the terminal and type this command: npm install
- Run the app on the server by typing this command: npx parcel ./src/index.html
- Ctrl + click on the server link "http://localhost:1234" to open the app in your browser;
- Have fun!