Setting webpack for three.js app
Step 1: Init app
Create directory for the application and start init a node app with:
npm init
Create index.html and src folder in the project directory. The src folder will contain all of the scripts (and assets) and the index.html is just simple l...
quanleio.hashnode.dev6 min read