Skip to content

zzzDaEMoNzzz/cordova-cra-live-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version

How to install it

1) Install package as dev dependency in your Cordova project

$ npm install cordova-cra-live-reload --save-dev

2) Run the following command to create live-reload-config.js file

$ cordova-cra-live-reload init

3) Rename config.xml file to config.template.xml

4) Inside the config.template.xml file change content element

<content src="{{CONTENT_SRC}}" />

How to use it

Start react dev server and run cordova app

$ npm run dev android

Build cordova app

$ npm run build android

Note: Since the library uses Cordova CLI, dev and build commands takes same parameters as Cordova run and build commands