create-wbreact-app
v1.0.6
Published
a react boilerplate setup with webpack using typescript eslint husky prettier and other cool things
Readme
create-wbreact-app
Features
- [x] Pre config typescript,eslint,prettier and husky
- [x] Optimizing bundling (css-unused,minfying,image-optimisation....)
- [x] Integration of react-refresh
- [x] Multiple style loader (scss,less,....)
Quick Overview
npx create-wbreact-app my-app
cd my-app
yarn start