Framework7.bundle.min.css 404?

Hi, so I’ve got everything working fine locally only I want to access my app within my own network via 192.168.x.x

I set up access via Apache ServerAlias and it does let me see the app, only I get this error when accessing via IP.

GET http://192.168.2.21/packages/core/css/framework7.bundle.min.css net::ERR_ABORTED 404 (Not Found)
GET http://192.168.2.21/packages/core/js/framework7.bundle.min.js net::ERR_ABORTED 404 (Not Found)

I guess it is somehow looking in the wrong folder/context? But I am not sure why, I don’t really have much experience with node.
Also I know this might not be a framework7 thing specifically.

For some reason it also fails to load a font in a css file.
GET http://192.168.2.21/fonts/exo/Exo-Regular.tff net::ERR_ABORTED 404 (Not Found)

But I am also loading images from /img in the same css file and they work fine?

Thing is I need to test my app on mobile because it has some mobile-only features.

yes, its not an f7 issue. Its something in your config.
you are trying to access 192.168.x.x on your mobile device to test the app on a mobile phone?
if thats the case, try with phonegap.

https://phonegap.com/getstarted/

it will serve your app, the with phonegap app you can access from your mobile device.

Mh not sure but this application doesn’t appear to work for me it just keeps loading indefinitely.

Solved this by not using Apache at all and just running it with the npm command