On Phonegap Desktop App, How to start the developers mode?
ReportQuestion
7 months AGO
17 views
1. Run npm install
from the root of this project to set up the project dependencies
2. cd
into the www
folder and run npm install
for the app dependencies
3. cd ..
back to the root and run npm run reload
to start up the live reload server for live code updates
4. Run electron www
from the root folder or electron .
from the www
folder
NOTE: Steps 1 & 2 only need to be done if you've never run a local build or when the dependencies are updated.
Please follow and like us: