I’ve had this React web app I’ve been hosting for a while now, and I was wondering if it was possible to actually also easily make this an app on Flatpak. I’m pretty experienced in web development, but I’m not too familiar with app packaging, manifests, etc.
Anyone know if this is something possible? Anyone done this with their React project before? I can provide app details if anyone knows how, and wants to offer guidance, but just checking if this is something possible first.
From what I’ve seen online so far, a proper manifest.json is needed, and that’s where I’ve been running into issues. I can’t seem to get my NPM build/run commands to work properly when trying to run my Flatpak.
Thank you