1.1.0 • Published 5 years ago
@moorthy-g/cra-template v1.1.0
@moorthy-g/cra-template
This is the custom template for Create React App.
To use this template, add --template @moorthy-g/cra-template when creating a new app.
For example:
npx create-react-app my-app --template @moorthy-g/cra-template
#or
yarn create react-app my-app --template @moorthy-g/cra-template
Customization summary
- Directory structure update.
- Include .editorconfig
- Do not open browser when 'start' script runs.
- Enforce angular conventional commit standards (Use commitlint, commitizen & husky).
- Format staged files in pre-commit hook with prettier & pretty-quick.
- Shorter css modules classname in build.
- Bundle reporting with "webpack-bundle-analyzer" plugin
- Progress visibility with "webpackbar"
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.