#Vite #Svelte #TypeScript https://vitejs.dev/guide/ ```console $ npm --version 8.1.0 $ npm create vite@latest svelte-ts-sandbox -- --template svelte-ts Need to install the following packages: create-vite@latest Ok to proceed? (y) y Scaffolding project in C:\Users\tadashi-aikawa\tmp\svelte-ts-sandbox... Done. Now run: cd svelte-ts-sandbox npm install npm run dev $ cd svelte-ts-sandbox $ npm install $ npm run dev ``` `http://localhost:3000`にアクセスして画面が出ればOK。