cordova

Local testing with http server:

#To develop run chrome without cross domain checking
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome –disable-web-security
#safari
open -a '/Applications/Safari.app' --args --disable-web-security

##To run a local web server using python to have a look in the browser how it works

python -m SimpleHTTPServer 8000

Tags:

Add a Comment