Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ideyuta/rntutorialmovies

React Native Tutorial Movies was rewritten to Flux.
https://github.com/ideyuta/rntutorialmovies

Last synced: 8 days ago
JSON representation

React Native Tutorial Movies was rewritten to Flux.

Awesome Lists containing this project

README

        

# React Native Tutorial Movies to Flux

## Description

React Native Tutorial Movies was rewritten to Flux.

## Installation

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

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

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

## Development

1. [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.

2. Node

```
npm i -g react-native-cli
```