Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1019 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1019 Bytes

Handy Webpack 4 starter kit

Get up and running on macOS

  1. Install NVM
  2. Install latest Node.js:
    nvm install node
  3. Install all dependencies:
    npm i
  4. Run Webpack:
    npm run dev

What's new in 1.0.1?

Amaze me with features

  • Easily use jQuery and Bootstrap in the build
  • Neatly organise favicons, local fonts and php files to the desired folders
  • Do most of the cool stuff to your fancy SCSS
  • Run Webpack server with live reload

Stuff to figure out

  • Critical CSS
  • HMR does not work with Live reload
  • Conditional split into multi environment build (ex. dev and prod)