F7 +react on apache

Hi guys, I’m working on a new application and I’m using F7+react v5.

So It works well on local but I have a doubt.
Infact I dont know if F7 is able to build all the resources inside the www folder.

At the moment I didnd execute: npm run build , But I think that F7+react are able to run under a normal webserver whithout node.

Please le me know is very important.
Regards.

When you exec build and you have project create with F7-CLI then yes, it will put all into single folder. Webserver doesn’t matter here and node used to build your app

I execute npm run build-dev and it works.
Whats the difference beetween dev and prod build ?
thanks.

Check README file in your project