Your teaching style is so simple and very easy to comprehend, I got glued to my screen watching and practising from part 1 to 6 in a row. Many thanks for the excellent training skill
I don't understand difference between depedency and dev depedency. Can you explain more why and when I might to use install --save-dev and not just install?
Dev-dependencies are dependencies that are required only while project development. So say, you are a developer then testing frameworks like Jest or Mocha could be dev-dependencies for your project.. and that means that you require them only during the development phase and not beyond that. Your project will run perfectly fine without having to install the dev dependencies.
Your teaching style is so simple and very easy to comprehend, I got glued to my screen watching and practising from part 1 to 6 in a row. Many thanks for the excellent training skill
very useful and in simple words. loved it. keep mentoring. Thanks
Your explanation style is super. Thanks a lot.
Appreciate your crisp and to the point tutorials.
Thanks.
Regards,
Azza
Yeah very simple understanding of videos. Good job!
This video was more useful. Great work. You have very good presentation skills. Please make more videos for Java Script.
Thank you for huge effort. Please keep going .
These are awesome videos. Thanks!!!
Excellent
Thank you so much.
nice video
I don't understand difference between depedency and dev depedency. Can you explain more why and when I might to use install --save-dev and not just install?
Dev-dependencies are dependencies that are required only while project development. So say, you are a developer then testing frameworks like Jest or Mocha could be dev-dependencies for your project.. and that means that you require them only during the development phase and not beyond that. Your project will run perfectly fine without having to install the dev dependencies.
Need support