Removing Ionic from App

I’m building a clone of my ionic 1.2.4 app for the web. I understand that ionic and web aren’t really meant for each other, but I’d like to leverage the code I’ve written for mobile in this web version. What do I need to remove from my ionic app to just have a barebones without any mobile/ionic styling?

From what I’ve seen I need to install ui-router manually if I remove “ionic-bundle”. Is there anything else I’d need to add to have the app run as barebones html with no mobile attributes?

Thanks!