Skip to content

Quik-App/svelte-tailwind-ts-boilerplate

 
 

Repository files navigation

Boilerplate for SvelteKit + Tailwind JIT + Typescript

Usage

Clone this repository and initialize your own application with the SvelteKit + Tailwind JIT ready to use for both development and production environment.

To run the svelte app, please check the Svelte Kit documentation.

Source

The repository is initialized from the svelte-kit CLI: npm init svelte@next. Preconfigured with Typescript, Prettier and ESLint. Based on the create-svelteversion 2.0.0-next.71.

This repository is inspired from the post: Sveltekit & Tailwind CSS Combo, and built for reference.

Once the tailwind is installed, add the tailwind and autoprefixer to the postcss setup in svelte.config.js.

Then, add the <style> with tailwind imported in the Svelte template.

About

Boilerplate for SvelteKit + Tailwind JIT + Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 64.7%
  • JavaScript 29.7%
  • HTML 5.6%