DEV Community

[Comment from a deleted post]
Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited
  • Does it have auto reload for API server? (Nuxt can have Express (and probably only Express) for serverMiddleware, and reload in changes.)
  • How to build and what to include for deployment?
  • Your favorite hosting provider?
  • Frontend framework choice, or choose to go no framework? Template engine (on the backend) only, with some Javascript that needs compiling?
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.