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, Redux, React, Redux Toolkit(RTK), Less preprocessor, Terser and the associated VS Code task to use it.
- Clone the repo
- run
npm install
in the folder where you cloned - run
npm run build
to get dev configuration (no minified code, source maps available) - run
npm run release
for production code (minified code, no source maps) - Go to your "dist" folder and open index.html