Vite React Deployment

Hi there,

Vite apps can be either a static site or a web service, it just depends on how you have configured your app. There is more leg work to get your Vite app served through something like Express.

The reality is though it will be easier to do this via a static site. Though your build command would need to be something yarn && yarn run build or npm install && npm run build depending on your package manager of choice. You would need to use a web service if want to run your front and backend through a single service.

Regards,

Keith
Render Support, UTC+10 :australia: