Experiment starter kit using Three.js, Wagner, TweenMax & Webpack.
Clone this repository and install dependencies :
git clone https://github.com/ArnaudRocca/three-js-starter-kit.gitnpm installStart the webpack-dev-server at http://localhost:8080/
npm startBuild a bundled file outputted here : static/bundle.js
npm run build