DEV Community

[Comment from a deleted post]
Collapse
 
andrasbacsai profile image
Andras Bacsai
  • Yes, API reloads during development.
  • Only the frontend needs to be built. It can be hosted on any hosting provider.
    • You can host it like a Nodejs application then Fastify serves the frontend.
    • Or you can host it separately. Frontend with an HTTP server, and backend with Nodejs.
  • Used Svelte.