Experiment starter kit using Pixi.js, TweenMax & Webpack.
Clone this repository and install dependencies :
git clone https://github.com/ArnaudRocca/pixi-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