https://github.com/iamdylanngo/rn-redux-cli
Tool create base project react native with redux
https://github.com/iamdylanngo/rn-redux-cli
base-project cli-app node-cli react-native react-native-cli react-redux redux
Last synced: 10 days ago
JSON representation
Tool create base project react native with redux
- Host: GitHub
- URL: https://github.com/iamdylanngo/rn-redux-cli
- Owner: iamdylanngo
- License: mit
- Created: 2018-08-07T01:23:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T15:22:13.000Z (about 4 years ago)
- Last Synced: 2026-03-26T11:47:28.487Z (23 days ago)
- Topics: base-project, cli-app, node-cli, react-native, react-native-cli, react-redux, redux
- Language: JavaScript
- Homepage: https://github.com/jundat95/rn-redux-cli
- Size: 646 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [RN-Redux CLI](https://github.com/jundat95/rn-redux-cli.git) · [](https://ci.appveyor.com/project/jundat95/rn-redux-cli) [](https://badge.fury.io/js/rn-redux) [](CONTRIBUTING.md#pull-requests)
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
## Supported OperaSystem
* Window
* MacOSX
* Linux
## Make sure your computer has a nodejs installed
Install nodejs in your computer [click here](https://nodejs.org/en/)
## Install RN-Redux
```bash
npm i -g rn-redux
```
## Guide to 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
```
### Option 1: Select a template available
Templates 1:

Templates 2:

### Option 2: Select a custom template
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"
}
}
```
### Example base project
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
## Tutorial:
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
### Thanks, click on the star button above to support me
Repository React Native Redux Cli [click here](https://github.com/jundat95/rn-redux-cli)