phonegap / phonegap-template-react-hot-loader

PhoneGap Template using React, ES2015, Webpack, and hot module reloading
MIT License
79 stars 21 forks source link

Add PhoneGap developer app workflow to README #8

Open devgeeks opened 8 years ago

devgeeks commented 8 years ago

This might also mean adding another npm script to run

node config && NODE_ENV=production webpack -w | phonegap serve
belohlavek commented 8 years ago

Is it possible to serve a phonegap app as a normal site and access it via the Phonegap Dev App? The idea would be to take advantage of webpack's build flow and hot reload but running it via the Dev App instead of the browser (to access the full PG API).

I want to avoid the emulator :sweat_smile:

devgeeks commented 8 years ago

I want to avoid the emulator

hah, I understand that :)

Unfortunately, it doesn't work like that at the moment... we are looking at a rewrite of the developer app and that is one of the use cases I am hoping to address.