Prioritizing Web with Ionic Framework

Hey there,

My goal is to create a new PWA with a shared code base. I have used Ionic in the past for mobile only, however, this time I want to prioritize web.

I am considering the following process:

  1. Create a new Ionic 4 project
  2. Build out the project for desktop displays, but build the project to wrap components when the user’s display is mobile.
  3. Deploy as website and resolve bugs
  4. Deploy as mobile app and resolve bugs

Is the process above a good approach when your main goal is to produce a website?