07_Beutiful_Login_UI

Hi All,

Today, I’m going to show how play to create Alert Button and Side Tab using ionic App. The outputs is like below:

Step 1 : Create blank page

The three most common starters are the blank starter, tabs starter, and sidemenu starter. Get started with the ionic start command:

$ ionic start 19_login_UI_example blank

Step 2 : Run the App

The majority of Ionic app development can be spent right in the browser using the ionic serve command:

$ cd 19_login_UI_example 
$ ionic serve -l

Step 3 : Copy folder app, assets and global.scss

Just copy the home.html and home.ts file or code inside those files in the your src folder.

Run and preview it.

Source Link

https://github.com/shaharil85/ionic_login_UI

Done !!!!