Hi,
If I use client-side architecture, is it possible to run the application offline? For example, the application reads cashed data and uses those data to generate a JSON file when there is no internet connection.
Or is there some way to run an application without an internet connection?
Thank you.