Command
npm run build && npx serve buildExplanation
Build and deploy your Svelte application to various hosting platforms.
Examples
Build and serve locally
npm run build && npx serve buildDeploy to Vercel
npx vercel --prodDeploy to Netlify
npx netlify deploy --prod --dir=build