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

https://github.com/brianneisler/react-web-example

Basic react-web example project
https://github.com/brianneisler/react-web-example

Last synced: 3 months ago
JSON representation

Basic react-web example project

Awesome Lists containing this project

README

        

react-web-example
=============

[react-web](https://github.com/taobaofed/react-web) and [react-native](https://facebook.github.io/react-native/) example combo project

## Benefits
- react-web enables the use of react-native components within react projects for the web

## Install

```bash
git clone https://github.com/brianneisler/react-web-example.git
cd react-web-example
npm install -g react-web-cli
npm install -g react-native-cli
npm install
```

## Usage

* To start react-web project
```bash
react-web start
```
* To start react-native project for ios
```bash
react-native run-ios
```

* To start react-native project for android
```bash
react-native run-android
```