I'm developing a classified portal with vue-cli and laravel as api, so I have a directory just for the front and another just for the api in laravel, both running locally on different ports. How do I configure this when deploying? I have no idea how to upload the project and communicate my front end with the backend. Could someone give a light?