Skip to content

mkm-dz/JARS_BoilerPlate

Repository files navigation

JARS_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, React, 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. Open the folder with VS Code
  4. On VS Code, "Ctrl+P" -> "Run Task"
  5. Select "dev" configuration (no minified code, source maps available)
  6. Select "production" configuration (minified code, no source maps)
  7. Go to your "dist" folder and open index.html

About

Javascript boiler plate with React, Webpack, Less, Terser and VSCode tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published