Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 510 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 510 Bytes

Usage

npm install

Start web dev server:

react-web start
[or]
node ./node_modules/react-web/local-cli/cli.js  start

react-web-bundle Build web bundle:

react-web bundle 
[or]
node ./node_modules/react-web/local-cli/cli.js  bundle

Run android:

react-native run-android