Nuxt 3 Minimal StarterWe recommend to look at the documentation.SetupMake sure to install the dependenciesyarn installDevelopmentStart the development server on http://localhost:3000yarn devProductionBuild the application for production:yarn buildCheckout the deployment documentation.