A Cordova app boilerplate with Framework 7 to create hybrid mobile app.
To get started, clone this repo as whatever you want to name your app:
git clone https://github.com/nirajkaushal/cordova-app-boilerplate my-app
Running the app:
cd my-app
cordova build android
cordova run android
This boilerplate was created with Cordova and added Framwork 7 . It is suggested that you read more about Cordova and Framework 7 to understand the full capabilities of the toolset.
Please log any issues to the main Cordova App Boilerplate repo.