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.git
npm install
Start the webpack-dev-server at http://localhost:8080/
npm start
Build a bundled file outputted here : static/bundle.js
npm run build