https://github.com/yogeshkrishnani/github-basic-client
https://github.com/yogeshkrishnani/github-basic-client
angular2 github-api ionic2 typescript
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yogeshkrishnani/github-basic-client
- Owner: yogeshkrishnani
- Created: 2017-03-27T12:23:40.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T13:21:43.000Z (about 9 years ago)
- Last Synced: 2026-05-14T12:59:44.196Z (7 days ago)
- Topics: angular2, github-api, ionic2, typescript
- Language: TypeScript
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Basic Client
## About
This is a mobile application powered by [Ionic Framework] (https://ionicframework.com/).
### Run Locally (assuming node + ionic-2 are installed)
```
git clone https://github.com/yogeshkrishnani/github-basic-client.git
cd github-basic-client
npm install
cordova platform add android
cordova platform add ios
ionic run android
ionic run ios
```
### Screenshots