Currently, there are 3 different servers running on the backend when you stand this up in dev mode
- one at 8080 that has the "makePage" api that allows us to easily build actual apps
- one at 3000 that servers our builder page which is the UI for actually building pages
- one at 3001 which serves up the built pages
We should condense all of these into 1 single server that will handle the communication and such between all