- to have one app (i.e. codebase) to deploy anywhere (URL, iOS, Android)
- to use one simple file to handle config (i.e. variables & URL's) & make sure Github [secrets] are used
- to keep the logic separated from the front end (to make decoupling to a new UI simpler)
- to provide a simple CLI to build & deploy (for all cases, including targeted: e.g. deploy_url, deploy_ios, deploy_android, deploy_all)
- to provide a library of common frontend templates (login, post list, post edit, user list, user edit, cpt list, cpt edit)
- to show some examples of a custom API endpoint & how to bring that into the frontend (e.g. https://anchor.host/getting-started-with-axios-and-wordpress)'
- to use JWT tokens & protected routes
- build for web URL testing (e.g. Localhost)
- build for iOS or Android, or both
- build for multi-device & deploy (URL, iOS, Android)
- fastlane (deployment)
- cordova / phonegap
- framework7
- nodejs
- wordpress
- vue
- bootstrap