Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 401 Bytes

ionic-samples

cordova plugins add org.apache.cordova.inappbrowser
ionic start project-name sidemenu
ionic platform android
ionic build android
ionic run/emulate android (if use 'run', you should first connect your android device to computer)
cd www && python -m SimpleHTTPServer 8000 '' open http://localhost:8000 to see it in your browser