Custom Configurations

There is a possibility to add some custom configurations by adding reactStateRxJsCli section to package.json file

...,
"reactStateRxJsCli": {
    "basePath": "",
    "actionsFolderName": "custom-actions"
}

where

  • basePath - path from where to start navigating through folders e.g. src\\app

  • actionsFolderName - sets custom name for actions folder. Default is actions

Last updated