Tailwind CSS has become very popular despite its short time in the market and one of the developers who has worked the most is Aníbal Sánchez. Aníbal will tell us why he likes Tailwind so much, and will show us how we can introduce him to our Joomla sites.
This repository: https://github.com/anibalsanchez/Tim-Davis-Watch-Me-Work-Tailwind-CSS-with-Anibal-Sanchez
Youtube: https://www.youtube.com/watch?v=YhrGpELIuiI
Tailwind CSS - Oficial Page: https://tailwindcss.com/
Tailwind UI Components - Oficial Page: https://tailwindui.com/components
Tailwind CSS - Community Components: https://tailwindcomponents.com/
Made with Tailwind CSS: https://builtwithtailwind.com
Handy cheat-sheet: https://nerdcave.com/tailwind-cheat-sheet
Tailwind CSS Sandbox: https://tailwind.run/new
Awesome Tailwind CSS: https://github.com/aniftyco/awesome-tailwindcss
Download/clone/fork the starter project Initialization of the environment:
cd XT-TailwindCSS-Starter
npm install
To run the development mode:
npm run dev
To generate the style distribution:
npm run prod