Clone this repository and install dependencies :
git clone https://github.com/ArnaudRocca/portfolio-2016.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