Hello, I’m getting started with JS frameworks, I have been making Wordpress websites mostly using shared or Vps hosting plans but they aren’t very JS friendly. I want to keep using my regular servers but not to deploy the websites/apps on them.
Basically I have a few questions:
Can I deploy production projects with technologies like Vue, Nuxt, Gatsby, headless CMS using Coudflare to render the application and my usual hosting would be the origin server (Just files) ?
Can the origin server (shared or vps hosting) be the Git repository ?
Is it doable on free Cloudflare plans? Does this even make sense?
Thanks id advance!