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!
sudo npm install -g react.cordova
reco init com.example.hello "hello world"
ToGetFullCLI
reco help
New version
To run a bundle serve React and Cordova simulation
npm start
Perform a build action for your project using the following command
npm run build
npm run build <cordova platform>
Builds cordova-app for browser, mobile and other platforms.
To run Cordova CLI simply prepend the reco prefix to any Cordova command line
For example:
npm start
npm test
npm install <npm packages for react>
npm uninstall <npm packages for react>
npm <any react command line to run>