How to use Ionic Angular App as basis for Web Bootstrap App?

I would like to take the working Angularjs code of my Ionic app and use it as a basis for a web-app version of the app with a Bootstrap front end.

I’m assuming I can just fork my Ionic app pull the Ionic CSS and JS files and replace all templates and layout with Bootstrap. This would of course require rewriting each template to work with Bootstrap components.

Has anyone tackled this? Are there any best practices or major issues I should expect?

To be clear, I have seen a number of threads where people are trying to integrate Bootstrap into Ionic. I do not want to do this. I want to continue to use Ionic for my iOS and Android app. I would then fork and replace the UI with Bootstrap for my web app version that would become my website.

Thoughts? Thanks.