Skip to content

Instantly share code, notes, and snippets.

View ankitkaushiks's full-sized avatar

Ankit Kaushik ankitkaushiks

View GitHub Profile
@ankitkaushiks
ankitkaushiks / Npm.txt
Last active May 2, 2022 04:15
This is my NPM documentation. It consist a basic info to npm .
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
@ankitkaushiks
ankitkaushiks / command_line.txt
Created May 2, 2022 04:28
This is my Command line documentation.
command line and its type
@ankitkaushiks
ankitkaushiks / tailwindCss.txt
Last active May 7, 2022 09:13
My personal documentation and learning for tailwind css.
[]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)