Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ideyuta/rnreduxsample

React Native `0.11.4` + Redux `3.0.2` Simple Counter Sample
https://github.com/ideyuta/rnreduxsample

Last synced: 8 days ago
JSON representation

React Native `0.11.4` + Redux `3.0.2` Simple Counter Sample

Awesome Lists containing this project

README

        

# React Native + Redux Sample

## Description

React Native `0.11.4` + Redux `3.0.2` Simple Counter Sample

![](overview.gif)

## Requirements

[React Native Getting Started](https://facebook.github.io/react-native/docs/getting-started.html)

- **Requirements**
* Install Node.js 4.0 or newer.
* Install npm v2.14.7 (in the case React-Native v0.11.0)
* Install watchman newer

- **iOS Setup**
* Xcode 6.3 or higher is required.

## Installation

1. Install & Build
```vi
$ npm i
$ npm run build
```

2. Run server
```vi
$ npm start
```

3. Open & Run `ios/rnReduxSample.xcodeproj`