*Problem* When I load the application, I expect the html (assets) to load automatically. At the moment, I have to `cd` into `client` and manually open. *Proposed solution* Use express static assets to load those assets *Alternative considerations* Introduce a web server (apahce/nginx), have a multi process docker container etc. But no, [KISS](https://en.wikipedia.org/wiki/KISS_principle).