sveltejs / sites

Monorepo for the sites in the Svelte ecosystem
https://svelte.dev
MIT License
286 stars 123 forks source link

Provide a way to try Svelte on its own #425

Closed alvinometric closed 1 year ago

alvinometric commented 1 year ago

Hello, Since #410, there's no recommended quick start for just Svelte without Sveltekit.

This is inconsistent with the tutorial and the docs on this website that are only about Svelte. It would be great to either

Thanks, Alvin

benmccann commented 1 year ago

From https://svelte.dev/docs#getting-started:

If you don't need a full-fledged app framework and instead want to build a simple frontend-only site/app, you can also use Svelte (without Kit) with Vite by running npm init vite and selecting the svelte option

I think that guiding most users towards SvelteKit is probably a good default, so the homepage probably makes sense how it is.

We'll likely replace the tutorials with https://learn.svelte.dev/ once it's a bit more polished

Conduitry commented 1 year ago

I agree we want to steer most people towards SvelteKit. I think having the reference to the Vite template in the docs (but not on the Svelte homepage) is fine.