Conceptiks / tailkit

Base repository for sveltekit + tailwind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tailkit

SvelteKit and TailwindCSS starter template. For the most basic SvelteKit starter template, see create-svelte;

Features

Tailkit expands on the default SvelteKit template by including TailwindCSS. It also comes with a couple of nifty dependencies to kickstart your development:

Install

If you're seeing this, you've probably already done this step. Congrats!

# Clone the repository to the current directory
git clone https://github.com/Conceptiks/tailkit.git

# Install all dependencies
npm install

Note: Tailkit currently uses @sveltejs/kit@next, which at the time of writing, has not yet reached v1.0.0.

Usage

Start developing locally right away by using:

npm run dev

When trying to deploy, build and then preview your output like so:

# Build output with adapter-node first
npm run build

# Preview your build (works regardless of presence of an adapter)
npm run preview

Note from SvelteKit repo: You can preview the built app with npm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

About

Base repository for sveltekit + tailwind

License:MIT License


Languages

Language:JavaScript 49.6%Language:Svelte 32.5%Language:CSS 9.8%Language:HTML 8.1%