Develop and run the Svelte development server
masterAfter creating your project and installing dependencies via npm install, pnpm install, or yarn, use the dev script to start the development server. You can use the --open flag to automatically open the application in a new browser tab.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open