This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[]YTB https://www.youtube.com/watch?v=h9Zun41-Ozc | |
[]Tail DOCS https://tailwindcss.com/docs/installation | |
================TailwindCss CLI============================== | |
[][] Make your project folder. | |
[]folder/ Create a subfolder (here is "layout") | |
[]/file Create a file inside layout/index.html | |
[]paste <script src="https://cdn.tailwindcss.com"></script> (paste in your head of index.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command line and its type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Npm | |
Its node pakage manager. | |
Install node on you Pc : https://nodejs.org/en/download/ | |
After that you will need to open a terminal , it can be cmd line, gitbash or vs code terminnal. | |
just make sure the terminal is working on your current directory. | |
NPM crash course by Travesy media : https://www.youtube.com/watch?v=jHDhaSSKmB0 | |
Here are the most used and basic commands. | |
format: npm command : what it does. | |
1.. npm -v : check the version of npm. | |
2.. npm : help |