How to install Tailwind in an Angular project

1-Create a new Angular project if you havn’t creat an angular app yet, create one using angular cli 2-Install Tailwind CSS install Tailwind uisng npm by runing this command, then run the init command to generate a tailwind.config.js file. 3-Set up Tailwind …

Read More