简体   繁体   中英

Testing and deploying Zurb Foundation apps

Foundation Apps

We've been building an app through Foundation's new app feature and all we know is html, css and some javascript. We've basically created a template already and now we've been searching all over the place on how to push this html5 app to our phones for testing. We've tried the localhost:8080 on our phones on the same network and it's just not wanting to work. Even further, how do we deploy to both ios and android stores once we're finished? Any help would be appreciated. Thank you for your time.

If you want to test your app while running on your Desktop you need to open http://yourcomputername:8080

or resolve your computer via ip for example:

http:// 192.168.1.2:8080

for deployment as a hybrid app check out phonegap.

If you are thinking about adding user authentication check out:

https://github.com/webnugget/fapp-stack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM