Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 461 Bytes

JS-StarterKit

A starter kit for javascript projects with bundling, linting, githooks and many more.

What does it do?

  • It uses webpack for moduling.
  • Both dev and prod builds with different webpack configs.
  • Bundling & minifications.
  • Handles ES6 with babel.
  • Linting with ESLint.
  • Precommit hook to restrict developers to commit if linting or building fails.
  • No preinstalled packages (only devDependencies). Install and develop in your own way.