Minimal webpack boilerplate
npm install @dg-scripts/webpack-template


> Minimal wbepack boilerplate.
``bash`
npm i
npm start
`bash`
npx bod create
More CLI tool information
on repo Bod.
- TypeScript ready. Robust type checking.Babel
- transpile support.Webpack
- for hot reload development and dedicated building workVitest
with bundle analysis and elegant progressbar.
- and Testing Library for robust unit tests and detailed coverage report.PostCSS
- for CSS auto-prefixer support.ESLint
- with TypeScript parser for TypeScript style check.StyleLint
- with custom rules for CSS style check.Prettier
- for format TypeScript and CSS code elegantly.Standard Version
- Convenient version release with .
`bash`
npm i react react-dom
npm i -D @types/react @types/react-dom
`bash`
npm i -D @testing-library/react @testing-library/react-hooks
`bash``
npm i -D sass @types/sass


