An open API service indexing awesome lists of open source software.

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

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