diff --git a/docs/guides/ecosystem/sveltekit.md b/docs/guides/ecosystem/sveltekit.md new file mode 100644 index 0000000000..baffa59427 --- /dev/null +++ b/docs/guides/ecosystem/sveltekit.md @@ -0,0 +1,65 @@ +--- +name: Build an app with SvelteKit and Bun +--- + +Use `bunx` to scaffold your app with the `create-svelte` CLI. Answer the prompts to slect a template and set up your development environment. + +```sh +$ bunx create-svelte my-app +┌ Welcome to SvelteKit! +│ +◇ Which Svelte app template? +│ SvelteKit demo app +│ +◇ Add type checking with TypeScript? +│ Yes, using TypeScript syntax +│ +◇ Select additional options (use arrow keys/space bar) +│ None +│ +└ Your project is ready! + +✔ Typescript + Inside Svelte components, use