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
- Host: GitHub
- URL: https://github.com/brianneisler/react-web-example
- Owner: brianneisler
- Created: 2016-10-09T20:50:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T04:37:28.000Z (over 8 years ago)
- Last Synced: 2025-01-11T14:22:52.888Z (5 months ago)
- Language: Objective-C
- Size: 86.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```