https://github.com/csprance/create-redux-boilerplate
Create redux boilerplate module
https://github.com/csprance/create-redux-boilerplate
Last synced: 9 months ago
JSON representation
Create redux boilerplate module
- Host: GitHub
- URL: https://github.com/csprance/create-redux-boilerplate
- Owner: csprance
- Created: 2019-01-30T02:46:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T02:41:31.000Z (almost 3 years ago)
- Last Synced: 2025-07-10T03:53:33.436Z (11 months ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create Redux State Boilerplate
> Just a really small module to create a state item for redux
## Instructions
* install package `yarn add create-redux-boilerplate --dev`
* run command `create-redux-boilerplate --name todo`
* Creates a folder with `ts` files
```
todo/index.ts
todo/actions.ts
todo/selectors.ts
todo/reducer.ts
todo/utils.ts
todo/state.ts
todo/types.ts
```