cordova-cra-live-reload
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

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

Package Sidebar

Install

npm i cordova-cra-live-reload

Weekly Downloads

3

Version

0.2.5

License

MIT

Unpacked Size

13 kB

Total Files

24

Last publish

Collaborators

  • zzzdaemonzzz