https://github.com/anonrig/tursan-mobile
Tursan Mobile Application 1.0
https://github.com/anonrig/tursan-mobile
Last synced: about 1 year ago
JSON representation
Tursan Mobile Application 1.0
- Host: GitHub
- URL: https://github.com/anonrig/tursan-mobile
- Owner: anonrig
- Created: 2016-07-08T18:12:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T19:10:36.000Z (over 9 years ago)
- Last Synced: 2025-04-15T12:52:46.348Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://tursan.net
- Size: 6.31 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tursan Mobile Application 1.0
This is the first version of an Ionic based application that I did as a freelancer. I'm open sourcing it because for the version 2.0 I didn't receive any payment from the company. You can freely distribute the application in any way you want.
### Installation
Using npm `npm i` or with yarn `yarn`.
Also install cordova and ionic using `npm i -g cordova` and `npm i -g ionic-cli`
### Running on iOS
```javascript
ionic run ios
```
### Running on Android
```javascript
ionic run android
```