0.0.7 • Published 8 months ago

create-tailkit v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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.

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago