Command
npm create svelte@latest my-appExplanation
Create a new Svelte application with Vite as the build tool for fast development.
Examples
Create new Svelte app
npm create svelte@latest my-appCreate with skeleton template
npm create svelte@latest my-app -- --template skeletonCreate with demo template
npm create svelte@latest my-app -- --template demo