Starter project for Three.JS. Configured with Webpack 4 as a bundler.
Great and easy way to bootstrap your Three.JS project.
Clone the project and install dependencies:
git clone https://github.com/aakatev/three-js-webpack.git
npm iStart webpack development server:
npm run startWebpack configuration is located in webpack.config.js.
Works with any other static website hosting too.
Bundle your code, and push it in your repo:
npm run build
git add
git commit -m"Deploying on GitHub Pages"
git pushThe code can be formated with prettier:
npm run format