Best way to create Webapp + Mobile App in a single project

Hey. I’m looking what’s the best setup to buildd a webapp and mobile app at the same time.
What’s the best setup config for a newbie to create a simple app/webapp?

I’m just starting to use Wappler. Then any help is appreciated.
Thank you.

Welcome to the forum.

I feel the best approach, is to build the web app and then come back to mobile later because:

  • Mobile is more difficult
  • It takes two projects—one for server side and web app and another for mobile
  • Building the mobile project with a complete set of server api’s will speed development
  • there is a lot to learn so narrow the initial scope
1 Like

And do you think about using Webapp to mobile apps converters for the first stage of the project? Is there any recommended converters out there?

By using bootstrap in the web app, you can then copy over content into your mobile app for a jump start. But really that is just a starting point. Ultimately you end up making changes since you no longer need to deal with responsive breakpoints and will want the look and feel to be closer to native mobile.

I don’t want you thinking it is a simple “click click” process—it all can be done, but it takes effort.

I didn’t use any converter, I manually created the mobile app pages, and just pasted in code from the web app project as needed and helpful.