A Symfony 7 project with Alpine.js and Tailwind integration
composer install
php bin/console importmap:install
symfony server:start
or
symfony serve
workers:
tailwind:
cmd: ["symfony", "console", "tailwind:build", "--watch"]
after build, remember to delete public/assets/ folder to work again and see changes