Currently, we have a static front-end with a pull-only back-end architecture, data being pulled from Strapi.
It would be better if we can integrate Strapi onto a server from where we also host the front-end, to allow for actual browser based caching using Progressive Web Apps, by serving the .json content files from the same location.
Related to #134 and #133.