Skip to content

maellakhua/mymuseum

Repository files navigation

My Museum App

Prerequisite

  1. Install Ionic and Cordova [http://ionicframework.com/getting-started/]

How To - Build & install apk

  1. While in terminal

  2. Create new ionic project

    ionic start myProject

  3. Open the new folder

    cd myProject

  4. Add cordova geolocation plugin

    cordova plugin add org.apache.cordova.geolocation

  5. Download project from github , open file , move and replace the folder [www] in myProject

  6. Add an android platform

    ionic platfrom add android

  7. Build an apk for android mobile

    ionic build

    and send the apk to mobile , apk is in folder platforms/android/ant-build/ellak-debug-unaligned.apk

  8. Or test the application in a browser

    ionic serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published