Step-by-step projects for Webpack+Bootstrap startup ⇒ Demo site
- Genarating HTML (with HtmlWebpackPlugin and pug-loader)
- Injecting <style> (with style-loader and css-loader)
- Using Sass (with node-sass and sass-loader)
- Using Autoprefixer (with postcss-loader)
- Generating a separate CSS (with mini-css-extract-plugin)
- Using Bootstrap
- Customizing Bootstrap
- Using jQuery with Bootstrap
- Using ES6 syntax and modules with Babel