rn-redux
Version:
React Native CLI tools
88 lines (51 loc) • 2.03 kB
Markdown
React Native Redux is tools help us create base project React Native, tools automatically add dependencies of Redux and add structure folder
Fast-growing create applications React Native
* Window
* MacOSX
* Linux
Install nodejs in your computer [click here](https://nodejs.org/en/)
```bash
npm i -g rn-redux
```
Now we will use tools `rn-redux`, to create a React Native project quickly
```bash
rn-redux init AwesomeApp
rn-redux init AwesomeApp --version 0.55.3
```
Templates 1:

Templates 2:

1, templates in local workstation
2, templates in github
Example base project:

package.json file has format
```json
{
"dependencies": {
"react-redux": "^5.0.7",
"redux": "^4.0.0"
},
"devDependencies": {
"vnrm": "0.0.11"
}
}
```
Use for custom templates with GitHub:
Redux base: https://github.com/jundat95/redux-templates.git
Redux-Saga base: https://github.com/jundat95/redux-saga-templates.git
Video 1: https://www.youtube.com/watch?v=6MiX68YHU_E
Video 2: https://www.youtube.com/watch?v=WbVYEDsca4g
All dependencies will install to new project
Repository React Native Redux Cli [click here](https://github.com/jundat95/rn-redux-cli)