This project is a fork of create-react-app customized to create hybrid app with cordova.
As prerequisite, you will need to have Node 10.x or later and the cordova client installed.
npx create-react-app my-app --scripts-version=@zedesk/cordova-react-scripts
cd my-app
cordova platform add android --save
npm start
my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── config.xml
├── config.js
├── platforms
├── plugins
├── hooks
├── res
└── www
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── manifest.json
└── src
├── App.css
├── App.js
├── App.test.js
├── index.css
├── index.js
├── logo.svg
└── serviceWorker.js