DEV Community

Discussion on: How do people package simple backend-less utility apps made in JavaScript these days?

Collapse
 
nialljoemaher profile image
Niall Maher

Did you think of doing something like a PWA? Or do you need the app to have access to the file system?

Collapse
 
alediaferia profile image
Alessandro Diaferia • Edited

No need for file system access. But will need to make requests to any URL the user types in the app so I'm not sure how that plays out with CORS on PWAs.