An open API service indexing awesome lists of open source software.

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: 2 months ago
JSON representation

React-Native boilerplate with Babel 6, Redux, Redux Saga w Thunk, Socket.io and Remote Redux DevTools support.

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