Personally I have an entire backend made in SIlex running perfectly, there my client sent me the frontend made in Angular, as I have never used the Angular would like to know where I put the htmls, JS, CSS of this frontend. And as I create the default route to call the index.html. I only need this route because all the others are generated by AngularJS.
Thank you
The structure he sent me was as follows:
Public
|->css
|->img
|->js
|->sources
|->views
|->index.html
If I run this with php-localhost: 8080 -t public, it works perfectly.