This is the starter repo and it's based on my Three Webpack boilerplate. Three.js webpack 5 using Babel, PostCSS, Sass and Gsap.
Clone this repo and npm install.
npm inpm startYou can view the development server at localhost:8080.
npm run buildNote: Install http-server globally to deploy a simple server.
npm i -g http-serverYou can view the deploy by creating a server in dist.
cd dist && http-serverThis project is open source and available under the MIT License.
