Skip to content

A starter package for initializing a new sveltekit project with tailwind pre-configured.

License

Notifications You must be signed in to change notification settings

yavuzakyuz/tailkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tailkit

A starter package for initializing a new project with both SvelteKit and TailwindCSS pre-configured.

Getting Started

To create a new SvelteKit project with TailwindCSS, run:

npm create tailkit@latest my-app

Replace my-new-app with your desired project name. This will set up a fresh SvelteKit project with TailwindCSS integrated.

Features

  • Built with the latest version of SvelteKit.
  • Pre-configured with TailwindCSS.

Development

After creating your new project, navigate into its directory:

cd my-new-app

Then, install dependencies and start the development server:

npm install
npm run dev

Now, you can start building with SvelteKit and TailwindCSS!

Contribution

Contributions are welcome! If you encounter any issues or have suggestions, please raise an issue or submit a pull request on the GitHub repo.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A starter package for initializing a new sveltekit project with tailwind pre-configured.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published