/three-test

Primary LanguageJavaScript

The main code is in the main.js file

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