✨ Made a small video this time! :)
😅 Trying to explain why git exists, in 1 minute!
Share it with your friends who want that motivation to learn about git ✌️
https://t.co/6v0fFyd1dD
Do you know there is a CSS keyword which by default holds the value of a color property for an element? Check here👇
#shortnotes#devnotes#cssnotes#CSS
🔗 https://t.co/GBsxRJmc0M
For example:
To have a react project through create-react-app; one doesn't need to install "create-react-app", but they can run below command directly and have a react project
npx create-react-app my-app
npm other than installing the node packages also helps in uninstalling, running npm script from the package.json, publishing the packages to the npm registry and other stuff.
whereas npx helps to execute a package without installing it in your system.