Skip to content

jkrooncoding/svelte-ts-tailwind

Repository files navigation

Svelte (TypeScript) + Tailwind 3 App template

Install

Pull the repo using npx degit jkrooncoding/svelte-ts-tailwind, change into the new directory and install the required packages by running either yarn or npm install. After installation, run yarn dev or npm run dev to spin up the app. If the packages are installed correctly you can head to localhost:5000 and see your app running. Happy coding!

Changing the default background color

To change the app's background color, head into ./src/App.svelte and either delete or change the bg-slate-900 class on the main HTML element.

About

A template for a Svelte project using TypeScript and TailwindCSS 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published