~threejs example animation bundled with webpack
# Clone the repository
git clone https://github.com/mheerspink75/threejs-webpack-build.git
# Install the npm packages
cd threejs-webpack-build
npm install
# Run the webpack dev server
npm start
# Build with webpack
npm run build
# Serve the static files
npm run static