You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'd need to run webpack --watch to bundle the file
ThreeJS requires you to run your code from an http server, so you'd also need to run python3 -m http.server 8000 from the root of the project