The base template for Create React App with module's structure and redux
npx create-react-app my-app --template module-system
add commitizen's config on package.json
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},