Create a blog on Sveltekit
Β· β 10 min read
In this post let us create a simple blog using Sveltekit.
Why Sveltekit if you ask -
Because itβs cool Make your pages interactive without a big JS payload for the client Fast Get started with the following command in your favorite terminal -
1 pnpm create svelte@latest avix-blog-sveltekit This should initiate the folder with basic sveltekit structure and initiate a few files.