https://github.com/tometo-dev/create-react-redux-folders
Creates folder structure for react-redux projects
https://github.com/tometo-dev/create-react-redux-folders
Last synced: about 1 year ago
JSON representation
Creates folder structure for react-redux projects
- Host: GitHub
- URL: https://github.com/tometo-dev/create-react-redux-folders
- Owner: tometo-dev
- License: mit
- Created: 2020-03-02T10:26:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:48:42.000Z (over 3 years ago)
- Last Synced: 2025-05-08T21:53:10.475Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## What does this do?
It creates the react-redux folder structure that I found:
- Relatively easier to work with
- Easy to scale
## How to use this?
- Setup your react app using your preferred method like create-react-app
- run `npx create-react-redux-folders `
## Work in progress
- [ ] Typescript types
- [ ] Testing
## This may be useless
You may want to structure your folders yourself
## Contributing
PRs are always welcome 😃