/react-web-demo

template based react-web https://github.com/taobaofed/react-web

Primary LanguageJavaScript

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