Skip to content

Quick Demo of a SvelteKit Project integrated with Tailwindcss

Notifications You must be signed in to change notification settings

gentmitch/SvelteKit-Tailwind

Repository files navigation

SvelteKit + Tailwindcss

Note: this is using pnpm.

Everything you need to build a Svelte project, with Tailwindcss.

Install dependencies

pnpm install

Developing

Once pnpm is finished run a local server with

pnpm run dev

or start the server and open the app in a new browser tab

pnpm run dev -- --open

Building

To create a production version of your app:

pnpm run build

You can preview the production build with pnpm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

Quick Demo of a SvelteKit Project integrated with Tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published