-
The Hitchiker's Guide to Modern JS Tooling
http://reactkungfu.com/2015/07/the-hitchhikers-guide-to-modern-javascript-tooling/
A great overview of many of the most common build tools, package managers, test frameworks, and code quality tools currently in use -
SurviveJS
http://survivejs.com/
A full book online book that covers setting up Webpack, developing using React and Flux, and using ESLint for code quality -
Beginner's Guide to Webpack
https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460
A walkthrough for getting started with a Webpack dev setup -
Webpack - The Module Bundler
http://alp82.github.io/webpack-experiment-slides/#/
HTML slideshow that describes Webpack's features and links to demos -
Webpack Your Bags
http://blog.madewithlove.be/post/webpack-your-bags/
In-depth article describing what Webpack is, why you would want to use it, and how to set it up -
Webpack + React is Awesome
http://www.christianalfoni.com/articles/2014_12_13_Webpack-and-react-is-awesome
Another tutorial explaining how to use and set up Webpack -
Beginner Webpack Tutorial
https://github.com/AriaFallah/WebpackTutorial/tree/master/part1
Very well-written tutorial that steps through the many pieces in a typical Webpack config, how to configure them, and what they're used for. (Two parts so far, more to come.) -
Learn Webpack
https://github.com/danderu/learn-webpack
A repository with examples and exercises to learn webpack for newbies