Skip to content

telecomsante/create-react-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@zedesk/cordova-react-scripts

node version cordova version create--react--app version

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.

Quick Overview

npx create-react-app my-app --scripts-version=@zedesk/cordova-react-scripts
cd my-app
cordova platform add android --save
npm start

created files tree

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

About

Set up a modern web app by running one command.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • Shell 1.3%
  • Other 0.5%