Get started with Tailwick

Tailwick works by scanning all of your HTML files, JavaScript components, and any other templates for class names, generating the corresponding styles and then writing them to a static CSS file.

It's fast, flexible, and reliable — with zero-runtime.

Installation
1
Xampp

Make sure to have the the latest version of xampp installed & running in your computer. If you already have installed Xampp on your computer, you can skip this step.

2
Composer

Make sure to have the Composer installed & running on your computer. If you already have installed Composer on your computer, you can skip this step.

3
Installations

This would install all of the framework's required dependencies in the vendor folder.

composer install

Run the project locally, The development server is accessible at http://localhost:8080.

php yii serve

If you wish to run the project locally on different Port. The development server is accessible at http://localhost:8081.

php yii serve --port 8081