I'm trying to figure out how to deploy a Nuxtjs static site on a shared hosting provider like hostgator. I initially thought that uploading the dist folder and pointing to the index.html file would be sufficient, but it seems like you need to keep the app live using nuxt start
?
It's only working for me when I run nuxt start
locally, but I'm unsure of how to keep it live on the server. I also want to integrate it with git for continuous development/deployment.
Any assistance would be greatly appreciated.