Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 466 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 466 Bytes

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