From 56d591b903d448ca9a106ca2f94cb446e7e62373 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 16 Aug 2023 20:52:49 -0700 Subject: Add sveltekit guide (#4180) --- docs/guides/ecosystem/sveltekit.md | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/guides/ecosystem/sveltekit.md (limited to 'docs/guides/ecosystem/sveltekit.md') diff --git a/docs/guides/ecosystem/sveltekit.md b/docs/guides/ecosystem/sveltekit.md new file mode 100644 index 000000000..baffa5942 --- /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