Member-only story

How to build PWAs (Progressive Web Apps) using Angular, Ionic Framework and Firebase Hosting.

Ankit Maheshwari
8 min readDec 22, 2019

--

Easy #4 steps to build Production ready PWA and Host it over Firebase.
PWAs are best to build mobile friendly web-apps. PWAs can install on your device, It receives push notifications and even many more..

My articles are open for everyone; non-member readers can read the article by clicking this Friend link.

What is PWA?

PWA: Progressive Web Application is a type of application software delivered through the web, built using common web technologies including HTML, CSS and JavaScript. It is intended to work on any platform that uses a standards-compliant browser.

Let’s start by creating a new Ionic app: PWA capabilities will be added later.
Run this command in your terminal/command-prompt:

sudo ionic start pwaChitChat sidemenu --type=angular

(put sudo to execute this command as administrator - for Mac/Linux users and for Windows users→ search Command Prompt → right click and then click 'Run as administrator' |sudo is not required for Windows users)

--

--

Ankit Maheshwari
Ankit Maheshwari

No responses yet