Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.14 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.14 KB

ionic-restful-authentication

Ionic Project with Token Based Restful APIs.

Welcome page Ionic 3 and Angular 4 Create Welcome page with Login and Logout Signup Page Ionic 3 and Angular 4 Create Welcome page with Login and Logout Home page Ionic 3 and Angular 4 Create Welcome page with Login and Logout

Install Node JS Software

Go to terminal or command line.

Execute following commands to run this application.

$ git clone https://github.com/srinivastamada/ionic-restful-authentication.git
$ cd ionic-restful-authentication
$ npm install
$ ionic serve

ios

$ cordova add platform ios

$ ionic build ios

Android

$ cordova add platform android

$ ionic build android

More Info Tutorial: Ionic 3 and Angular 4: PHP Restful API User Authentication for Login and Signup.