Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 322 Bytes

Cordova Wrapper

Wrap your existing website

Modify

open www/index.html and modify with URL, title and description. Change URL to site you wish to wrap.

Build

npm install  
cordova platform add android  
cordova platform add ios  
cordova build  

Run

cordova emulate android