I want to build a project with 2 separated repositories, for front-end and back-end. As a front end framework I want to use Angular 2+ and as a back end framework Laravel. I do not want to use Laravel's views. Can I somehow expose Angular's dist (build) in Laravel's project? If yes, where do I need to place dist folder (resources, public, elsewhere..)? What do I have to do with routes/web.php file?
I know for a fact that you can do this in Java projects because this is what we are doing at work so there must be a (non-hacky) way.