Is there a guide on how to host vite+react after done coding?
i followed one tutorial to upload via github pages by installing gh pages etc and it ended up having issues. the host websites only has root div and no content inside.
3 Replies
Got this error
https://github.com/Avinash-Tallapaneni/basicEcommerce is this better? 🤔
GitHub
GitHub - Avinash-Tallapaneni/basicEcommerce
Contribute to Avinash-Tallapaneni/basicEcommerce development by creating an account on GitHub.
that link results in a 404. please remove it.
Vite isn't "hosted" (unless you're Stackblitz)
It's a local dev tool around Rollup and esbuild, so have it bundle and build your app code when done coding, then deploy the generated static html, js and css assets.