Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 274 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 274 Bytes

Go Track App

Source code for Go Track App for Android and IOS.

Command to run:

npm install -g cordova ionic
npm install

Command to develop:

ionic serve

Command to run in Android:

ionic run android

Command to run in IOS:

ionic run ios