We want to store the client and service code in the same repo. ### Use Case As a developer of the project, I only want to have to clone one repo to work on this project. ### Proposed Solution - [ ] Structure directories appropriately (move existing code to `client` repo) - [ ] Implement `service` repo (using webpack) - [ ] Use path based builds in github actions to only rebuild on changes to respective dirs. ### Other <!-- e.g. detailed explanation, stacktraces, related issues, suggestions on how to fix, links for us to have context, eg. associated pull-request, stackoverflow, etc --> * [X] :wave: I may be able to implement this feature request * [ ] :warning: This feature might incur a breaking change --- This is a :rocket: Feature Request