Tailwind CSS and SvelteKit

TechIT
Nov 19, 2021

Svelte is a new radical approach to the pre-existing big players in the market like React, Vue or Angular.

Svelte compiles the js, module files into bundle js files. Making the sites faster, and easier to make.

SvelteKit is the extension of svelte which includes routing, SSR by default.

Another Great technology is the TailwindCSS. It is a utility first CSS framework that offers utility classes for almost all functionalities large media queries turn into this lg:bg-blue-50 would add blue colour whenever there is a large screen.

SvelteKit

The Most Easiest Way!!!

Clone this repo and it's done

Sveltekit_Tailwind_Template: https://github.com/VanshCodes/SvelteKit-Tailwind-Template

Just Run It

--

--