Create a blog on Sveltekit
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 - pnpm create svelte@latest avix-blog-sveltekit This should initiate the folder with basic sveltekit structure and initiate a few files. Choose Skeleteon project as an option and select/de-select Javascript, Prettier and ESLint options based on your preferences. ...