https://github.com/react-native-training/basic-react-native-redux-example
Basic React Native Redux Example
https://github.com/react-native-training/basic-react-native-redux-example
Last synced: 11 months ago
JSON representation
Basic React Native Redux Example
- Host: GitHub
- URL: https://github.com/react-native-training/basic-react-native-redux-example
- Owner: react-native-training
- Created: 2017-05-20T18:11:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T12:51:51.000Z (over 8 years ago)
- Last Synced: 2025-04-07T00:51:16.635Z (12 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 56
- Watchers: 6
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Redux Example
To get started:
1. Clone repo
```
git clone https://github.com/react-native-training/basic-react-native-redux-example.git
```
2. Install dependencies
```
npm i || yarn
```
3. Start packager
```
npm start
```
4. Run on device of choice.