Running and hosting HollaEx web client independently

I read in the docs that it is possible to build the web client manually.

Is it possible to build the web client manually and have it hosted separated from the HollaEx core backend server? As far as I know its using REST APIs so it should not really matter where the client is hosted right?

What would you recommend to do for hosting the web client for a production service?

After building the web client manually, you can host the /build static folder independently using a static website hosting provider e.g. AWS S3.

1 Like