Ionic PWA

Building a PWA with Stencil: Storage and Services: https://www.joshmorony.com/building-a-pwa-with-stencil-storage-and-services/

Building a PWA with Stencil: Routing and Forms: https://www.joshmorony.com/building-a-pwa-with-stencil-routing-and-forms/

Building a PWA with Stencil: Rendering Layouts: https://www.joshmorony.com/building-a-pwa-with-stencil-rendering-layouts/

Building a PWA with Stencil: Project Structure and Syntax: https://www.joshmorony.com/building-a-pwa-with-stencil-project-structure-and-syntax/

Building a PWA with Stencil: An Introduction to Stencil : https://www.joshmorony.com/building-a-pwa-with-stencil-an-introduction-to-stencil/?ck_subscriber_id=94358615

Announcing the Ionic PWA Toolkit Beta: https://blog.ionicframework.com/announcing-the-ionic-pwa-toolkit-beta/

Ionic Desktop

Desktop Support in Ionic https://ionicframework.com/docs/developer-resources/desktop-support/

Build a Desktop Application with Ionic 3 (and Angular 4) : https://robferguson.org/blog/2017/04/29/build-a-desktop-application-with-ionic-3-and-angular-4/

Let’s Make Desktop Application With Ionic 3 and Electron: https://medium.com/@LohaniDamodar/lets-make-desktop-application-with-ionic-3-and-electron-44316f82901d

Build a Desktop Application with Ionic 3 and Electron – Part 2: https://robferguson.org/blog/2017/11/10/build-a-desktop-application-with-ionic-3-and-electron-part-2/

Send Mail From Localhost with XAMPP

In php.ini [mail function] change to:

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = my-gmail-id@gmail.com
sendmail_path = “\”C:\xampp\sendmail\sendmail.exe\” -t”

In sendmail.ini replace to this:

[sendmail]
smtp_server=smtp.gmail.com
smtp_port=587
error_logfile=error.log
debug_logfile=debug.log
auth_username=my-gmail-id@gmail.com
auth_password=my-gmail-password

https://coderwall.com/p/zfwxvw/send-mail-from-localhost-with-xampp

How to setup local email server using XAMPP (Mercury mail): https://www.youtube.com/watch?v=7dcaUUlsMOg