Skip to content

gangachris/githubionic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Ionic

This is a sample Ionic 2 App that consumes the github API. To follow instructions on how to build it, read this article Build a mobile app with angular 2 and ionic 2

Run the app

Make sure you have nodejs installed.

Install typecript

$ npm install -g typescript

Install Ionic CLI

$ npm install -g ionic

Install Cordova

$ npm install -g cordova

Clone this repo

$ git clone https://github.com/gangachris/githubionic

cd into the githubionic folder run npm install

$ npm install

You may need to restore the state of the ionic project, especially if you plan on using cordova.

ionic prepare

Build the app

$ npm run build

Serve the app

$ ionic serve

Head to http://localhost:8100 in your browser and you'll see the app running

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 39.9%
  • HTML 30.9%
  • JavaScript 18.6%
  • CSS 10.6%