Webpack Template
Minimal wbepack boilerplate.
Installation
npm i
npm start
CLI Tool
npx bod create <appName>
More CLI tool information on repo Bod.
Features
TypeScriptready. Robust type checking.Babeltranspile support.Webpackfor hot reload development and dedicated building work with bundle analysis and elegant progressbar.JestandTesting Libraryfor robust unit tests and detailed coverage report.PostCSSfor CSS auto-prefixer support.ESLintwith TypeScript parser for TypeScript style check.StyleLintwith custom rules for CSS style check.Prettierfor format TypeScript and CSS code elegantly.- Convenient version release with
Standard Version.
React Support
npm i react react-dom
npm i -D @types/react @types/react-dom
npm i -D @testing-library/react @testing-library/react-hooks
Sass Support
npm i -D sass @types/sass