Skip to content

mkm-dz/REJARS_BoilerPlate

Repository files navigation

REJARS_BoilerPlate

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.

How to run

  1. Clone the repo
  2. run npm install in the folder where you cloned
  3. run npm run build to get dev configuration (no minified code, source maps available)
  4. run npm run release for production code (minified code, no source maps)
  5. Go to your "dist" folder and open index.html

About

Typescript boiler plate with React, Redux, Webpack, Less, Terser, Redux Toolkit, and VSCode tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published