An open API service indexing awesome lists of open source software.

https://github.com/emadb/webpack_tutorial

A step-by-step tutorial on how to configure webpack with React.js
https://github.com/emadb/webpack_tutorial

Last synced: over 1 year ago
JSON representation

A step-by-step tutorial on how to configure webpack with React.js

Awesome Lists containing this project

README

          

Webpack Tutorial
-----------------

A simple step-by-step tutorial on how to configure [Webpack](http://webpack.github.io/).
I created a branch-per-step:

1) basic_sample: the hello world.
2) dev_server: introducing the dev server with autoreload
3) modules: using modules
4) es6: introducing ES6 with babel (by now I'm using babel 5)
5) react: welcome to react
6) hot_loader: hot loading your components
7) css: using stylesheets