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.
Make sure to have the PHP-8.1 or latest version installed & rrunning on your computer. If you already have installed PHP on your computer, you can skip this step.
Please check Codeigniter has a few server requirements: https://www.codeigniter.com/user_guide/intro/requirements.html
Make sure to have the Composer installed & running in your computer. If you already have installed composer on your computer, you can skip this step.
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 spark serve
If you wish to run the project locally on different Port. The development server is accessible at http://localhost:8081.
php spark serve --port 8081