https://github.com/jeroenouw/angularionic
Angular Ionic mobile application with REST API
https://github.com/jeroenouw/angularionic
angular github-api ionic ionic-cordova ionic-framework mobile-app ngx observable rest-api rxjs scss typescript
Last synced: 7 months ago
JSON representation
Angular Ionic mobile application with REST API
- Host: GitHub
- URL: https://github.com/jeroenouw/angularionic
- Owner: jeroenouw
- License: mit
- Created: 2017-07-25T15:15:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T12:37:01.000Z (over 8 years ago)
- Last Synced: 2025-04-09T22:52:54.330Z (9 months ago)
- Topics: angular, github-api, ionic, ionic-cordova, ionic-framework, mobile-app, ngx, observable, rest-api, rxjs, scss, typescript
- Language: TypeScript
- Homepage: http://angularionic.jerouw.nl/
- Size: 2.07 MB
- Stars: 3
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://angularionic.jerouw.nl/)
[](https://github.com/jeroenouw/AngularIonic/blob/master/LICENSE/)

# Angular Ionic mobile application
[Angular](https://angular.io) [Ionic](http://ionicframework.com/) mobile application with REST API and observables to get information from the Github API.
This project is just for my portfolio and also still in progress.
## [Live demo](http://angularionic.jerouw.nl)

## Quick start
First clone this repo: `git clone https://github.com/jeroenouw/AngularIonic.git`.
Change directory to this project
Run `npm install -g cordova ionic` to install the CLI globally.
Run `npm install` to install all the dependencies.
Run `ionic serve` or `ionic serve -l` to run this project.
Navigate to `http://localhost:8100/`. The app will automatically reload/build if you change any of the source files.
The build can be found in the `www` folder.
## Including in this project:
* Angular 4
* Ionic 3
* Home page
* Users page
* Repos page
* Organisations page
* Events page
* Contact page
* Slider
* Form
* Sidenav
* REST API