dvdzkwsk / react-redux-starter-kit

Get started with React, Redux, and React-Router.
MIT License
10.29k stars 2.2k forks source link

Examples how to use redux-cli #1271

Open quorak opened 7 years ago

quorak commented 7 years ago

hey there. great project.

I was wondering, how I can easily create new components with the desired structure. I saw u integrated redux-cli, but it seems as the recommended commands wont work.

Do you have any seuggestions, how a .reduxrc would look lie, or do you plan to build yor own generators?

thanks best quorak

theednaffattack commented 7 years ago

@quorak Where do you see redux-cli? I'm interested in this as well but I don't have it the package.json I just pulled down. I thought I'd have to add it manually.

theednaffattack commented 7 years ago

@quorak: I beg your pardon, I get it now. Redux-cli appears to be based on this repo (react-redux-starter-kit).

If that's true you'd either 'redux init' in a cloned repo of react-redux-starter-kit to configure that project to use the CLI or you'd create a whole new project using 'redux new '.

I think both approaches will accomplish the same thing. I'm just getting setup with this myself but I created a new project using redux-cli and the setup is identical to this repo.