This tutorial uses Babel 6
This goes along with the medium post Beginner's Guide to Webpack
- Git clone the project
- cd into the project
- run 'npm install' from the terminal
- install webpack and webpack-dev-server globally:
npm install webpack-dev-server -g
npm install webpack -g