https://github.com/mdtanrikulu/react-native-starter
React-Native boilerplate with Babel 6, Redux, Redux Saga w Thunk, Socket.io and Remote Redux DevTools support.
https://github.com/mdtanrikulu/react-native-starter
react react-devtools react-native redux redux-saga socket-io
Last synced: 3 months ago
JSON representation
React-Native boilerplate with Babel 6, Redux, Redux Saga w Thunk, Socket.io and Remote Redux DevTools support.
- Host: GitHub
- URL: https://github.com/mdtanrikulu/react-native-starter
- Owner: mdtanrikulu
- Created: 2017-12-16T18:45:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T05:07:54.000Z (over 8 years ago)
- Last Synced: 2025-10-06T01:57:32.890Z (9 months ago)
- Topics: react, react-devtools, react-native, redux, redux-saga, socket-io
- Language: JavaScript
- Homepage:
- Size: 761 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Boilerplate
This boilerplate has React-Native, Redux, Redux Saga, Babel 6 stack and Remote Redux Devtools support.
## To run project:
- Clone the project
- Go to the path
```
cd yell-mobile
```
- Install all dependencies
```
yarn
```
- Run packager
```
npm start
```
- Run on device or emulator
```
react-native run-ios
```
- Open Redux devtools
```
http://remotedev.io/local/
```
or Redux Devtools extension from your favorite browser