Reco (react.cordova)
Welcome to Reco
(React+Cordova). Reco unifies React.js and Cordova into one CLI which
bundles both platforms together and provides the developer with the ability to generate Cordova hybrid cross-platform
applications built in React.js. This bundled platform facilitates and automates project initialization,
compilation and build actions for React.js developers who wish to build web/mobile/desktop applications using the powerful and most vast Cordova environment. Reco is the bundle where both Cordova and React.js platforms merge and work together as one. Enjoy your
coding and development experience using Reco!
React.js Cordova
Installing Reco CLI
npm install -g react.cordova
Initialize a new bundle project
reco init com.example.hello "Hello World"
Note: creates both react-app
and cordova-app
and then will merge one into the other
Project build
Perform a build action for your project using the following command
reco build
- Builds
react-app
to publish (in: ./react/build).
- Builds
cordova-app
for mobile and other platforms.
Note: will generate an apk installable package for Android devices
Note: will generate an xcworkspace XCode project that can be compiled and built for deployment on iOS devices
Integrated Cordova CLI
To run Cordova CLI simply prepend the reco
prefix to any Cordova command line
For example:
reco cordova <any cordova command line to run>
reco platform
reco platform <add/rm> <cordova platform>
reco plugin <add/rm> <cordova plugin>
Learn more about Cordova: Cordova get started.
Integrated React.js CLI
You can run React.js CLI from within the project's directory
For example:
reco start
reco test
reco install <npm packages for react>
reco uninstall <npm packages for react>
reco react <any react command line to run>
react <any react command line to run>
Learn more about React.js apps: create React.js app documentation
Learn programming in React.js: React.js documentation
Explore Reco CLI
To get full CLI reference of all commands and features currently available, run the following command
reco -info
Prerequisites
npm
get-npm
Java
Recommended version 1.8.0 get-Java
Cordova
macOS / Linux:
$ sudo npm install -g cordova
Windows:
C:\>npm install -g cordova
React.js
macOS / Linux:
$ sudo npm install -g create-react-app
Windows:
C:\>npm install -g create-react-app
Created by Or Chuban (Choban)
Credits: Arik Wald