In this video we will explore how to add TailWind CSS to your ABP MVC application. We will configure tailwind and create a new landing page with tailwind. Tailwind comes with the JIT mode. so you will only use the css need not the whole library. This will result in smaller css file compared to another framework.
Blog post: https://blog.antosubash.com/posts/abp...
Repo: https://github.com/antosubash/AbpTail...
#abp #tailwind #dotnet #.net
00:00 Intro
00:51 Install Abp
02:16 Install tailwindcss
06:24 Add tailwindcss to bundle
08:40 Create a tailwindcss landing page