Create a project directory and download Webpack 3:
npm install -g webpack@3.11.0--save-dev
Initialize a node project with:
npm init
This should give you a package.json. Since webdev-boilderplate has a package.json already, just run:
npm install to install all dependencies