Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.01 KB

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.