0.2.3 • Published 6 years ago

@telecomsante/cordova-react-scripts v0.2.3

Weekly downloads
85
License
MIT
Repository
github
Last release
6 years ago

react-scripts

This package is a fork of Create React App customized to create a React-Cordova application

cordova must be installed :

npm i cordova -g

As prerequisite you must have nodejs version 10 or above installed and have already create a emulator into Android Studio

to use it :

npx  create-react-app test-app \
  --scripts-version @telecomsante/cordova-react-scripts
cd test-app
cordova platform add android
yarn build
cordova emulate android

Pristine doc from facebook

This package includes scripts and configuration used by Create React App. Please refer to its documentation: