jagadish-jayachandran / ionic-restful-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 54.1%Language:HTML 21.3%Language:CSS 16.5%Language:JavaScript 8.1%