Concept Flow - Project setup with create-svelte
Run 'npm create svelte@latest'
Choose project name
Select template (Skeleton, Demo, etc.)
Install dependencies with 'npm install'
Run development server with 'npm run dev'
Open browser to localhost:5173
See Svelte app running
This flow shows the steps to create a new Svelte project using create-svelte, install dependencies, and run the app.