Yes, another boiler plate. Mostly used by me on my projects but you're welcome to use it on yours. This boiler plate will leave your repo with a ready-to-use version of webpack, React, Less preprocessor, Terser and the associated VS Code task to use it.
- Clone the repo
- run "npm install" in the folder where you cloned
- Open the folder with VS Code
- On VS Code, "Ctrl+P" -> "Run Task"
- Select "dev" configuration (no minified code, source maps available)
- Select "production" configuration (minified code, no source maps)
- Go to your "dist" folder and open index.html