Getting Started in Svelte.
node ➜ /workspaces/svelte-example (main) $ npm create vite@latest svelte-book-first-tutorial -- --template svelte
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Scaffolding project in /workspaces/svelte-example/svelte-book-first-tutorial...
Done. Now run:
cd svelte-book-first-tutorial
npm install
npm run dev
node ➜ /workspaces/svelte-example (main)