reco
react.cordova
this is the best bundle to hybrid webApp mobile
This project Creacted by Or Chuban (Choban).
To run it you need:
npm
get-npm
Java
recommended version 1.8.0 get-Java
cordova
on OS X and Linux:
$ sudo npm install -g cordova
on Windows:
C:\>npm install -g cordova
rect.js
on OS X and Linux:
$ sudo npm install -g create-react-app
on Windows:
C:\>npm install -g create-react-app
Init new project
reco init com.yourAppId yourAppName
Note: It's create cordova app and merge bundle with react
Build native (cordova mobile and mor platforms) app
reco build
Note: It's create .apk file to install in android devices
Note: On It's create .ipa file to install in apple devices
Available Scripts cordova
how can write cordova comand line.
start the line with reco cordova ...
Example:
reco cordova platform add browser
Learn More about Cordova
You can learn more in the Cordova Get Started.
Available Scripts react-js
In the project directory, you can run react-js
reco start
reco test
reco install <npm packages for react>
//or i
reco react <any react scripts run>
Learn More about React
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.