I am writing the application "Hello World" (html, css). Installed Phonegap, compile via build.phonegap.com. I throw into the phone - it works. Now the question.
How to write an application using Phonegap and organize its work in the way my site works now? That is, I have an admin panel, something changes there, changes are visible on the site (news, photos, new pages, whatever). So in the application, changing on the server -> can be seen in the application, and all this on Phonegap, how to do it? (or you need to constantly compile with changes)
There is a need to create an application, the structure is as follows: Categories (cars, restaurants, cafes), in each category 5-10 pages (institutions), in each page (institution) text + pictures. Is there a ready-made assembly or can a method how to create such an application with the least effort? (web know well)