Turn any website into a native app in seconds! For use with npm and cordova.
$ npm install -g cordova
$ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
$ git clone https://github.com/samkho10/appify.git <app-name>
- Change variable
WEBSITE_URL
to a URL of your choice. - Run application with the following command:
$ cordova run ios
- Watch your app come to life!