1.0.3 • Published 4 years ago

cra-template-module-system v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

cra-template-module-system

The base template for Create React App with module's structure and redux

How use it

npx create-react-app my-app --template module-system

Commitizen config

add commitizen's config on package.json

    "config": {
        "commitizen": {
            "path": "node_modules/cz-conventional-changelog"
        }
    },