[wp|0] Setup Webpack2

Apollo Tang
1 min readJan 26, 2017

--

_____________________________________

This is a comprehensive step by step tutorial to show you how to setup webpack 2 as a bundling/build tool for a web application project.

As much as possible, I will use illustration and keep reading to minimum.

Requirements:

  • Experience in node.js and npm
  • Intermediate Web development knowledge
  • JavaScript, of course
  • Later lessons you will need to have experience with ES6/7, less preprocessor, and ReactJs

Instructions:
These lessons are intended to be hands on. You will need to follow the lesson alone with its accompanying source code which can be found in https://github.com/ApolloTang/setup-webpack2

_____________________________________
Navigation: [ Table of Content ][ Next > ]

--

--