Skip to content

This is demo of loan mobile app to learn Angular 2 and Ionic 2.

License

Notifications You must be signed in to change notification settings

euter/LoanKeeper

Repository files navigation

This is demo of loan mobile app to learn Angular 2 and Ionic 2.

download source code

git clone https://github.com/euter/LoanKeeper.git

Set up the Development Environment

Install Node.js and npm if they are not already on your machine. Then install the Angular CLI globally.

$ npm install -g @angular/cli

Ionic CLI:

$ sudo npm install -g ionic cordova

Then, to run it, cd into LoanKeeper and run:

$ ionic cordova platform add android
$ ionic cordova run android

or on android emulator:

$ ionic cordova platform add android
$ ionic cordova emulate android -lcs

Substitute android for ios if on a Mac.

About

This is demo of loan mobile app to learn Angular 2 and Ionic 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published