I am trying to make my first app with mojolicious and I have some routing issue. I have an angular app and I just would like to implement it and makeit work on my web werver. So I have a "app/index.html" file but I don't know how to make my webserver point on it when I am like on this adress "/appAngular".
I haven't find anythingabout it even if it seems to be basic, so if you can help i will be grateful.
If you've started the web server correctly using defaults, your browser would point to x.x.x.x:3000 using the ip of the webserver. Mojolicious comes with a landing page and you can add .html files under public that will be served also. So if your angular app is already built out, that whole structure will need to go under public and you will need to delete the default template served under a new mojolicious app, should look something like this:
The commands to start over: