rdxcreate
v0.1.19
Published
#DO NOT USE YET STILL In TESTING ### **rdxcreate** is created to help you save time in your *React & Redux* project
Downloads
6
Maintainers
Readme
#README
#DO NOT USE YET STILL In TESTING
rdxcreate is created to help you save time in your React & Redux project
###Way 1 Add to existing application
Installyarn add rdxcreate
Create new flownode node_modules/rdxcreate new-flow my-flow-name
###Way 2 Create fresh
Refer to _https://gitlab.com/andrey.oj/blank-redux-project/blob/master/README.md
Create new project dirmkdir myproject
Clone the projectgit clone [email protected]:andrey.oj/blank-redux-project.git myproject
Go into that dir
cd myproject
Install dependenciesyarn install
Create new flowyarn new-flow {name}