From dynamic site to Android and ios App

Perhaps in the Wappler community it has already been discussed?
Since there is already a dynamic site created with Wappler (NodeJS Cloud - Ubuntu mySql), you want to create a real Android / iOS App based on the same information existing in the dynamic site.
I have a doubt:
Do you need to create an App from the beginning, completely separate from the site project, or is there any possibility of using part of the site project?

You need to create a separate mobile project but you can use bootstrap as the framework and then copy content over from your web app.

I chose to do this manually , selecting only the content I needed. The basic flow was to create the pages I needed in mobile and then cope/paste the html from the web project. Then I started modifying everything to work best in mobile only.

I will try this solution
In practice, with the due graphic differences, my need is to create Android and iOS App that basically have the same functioning as a site.
Thank you