Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 945 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 945 Bytes

With Svelte

CI

Ever wondered how you'd do a blog with Svelte and SvelteKit? A CMS? Auth flow? A share CTA? A newsletter?

Wonder no more: This is the resource to show you, how you'd do X with Svelte!

Developing

Once you've created a project and installed dependencies with npm install, start a development server:

npm run dev

External resources

I have no affiliation with Svelte, other than I like it and I want to build more apps with it 😄

Try the official Svelte interactive tutorial!

Read the official SvelteKit docs!