README
react-generator-cmd
Install dependencies
yarn add redux react-redux redux-observable redux-actions redux-actions-ts axios axios-observable express cors
Install devDependencies
yarn add -D redux-devtools-extension @types/redux-actions @types/react-redux
Install CLI
yarn add -D react-generator-cmd
Add script to package.json
scripts: {
"g": "node node_modules/react-generator-cmd/dist"
}
Run generator
npm run g
yarn g