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
- Host: GitHub
- URL: https://github.com/emadb/webpack_tutorial
- Owner: emadb
- Created: 2015-12-02T10:14:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T10:22:59.000Z (over 10 years ago)
- Last Synced: 2025-02-05T05:29:30.269Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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