Browser sync is one of the good tool to avoid manual browser refresh. We are going to see: Introduction Browsersync is a Node.js module. It provides a platform for fast network applications. It is a Time saving synchronized browser testing. In short, it creates a server like http://localhost:3000/ and watches the file changes. When our
Create and Release NPM Package
Most of us may aware of the hosting packages on the NPM repository. So, In this article, we are going to learn about how to create and release NPM package on https://www.npmjs.com/ I have created and host the package https://www.npmjs.com/package/hello-world-by-mahesh In this article, I’m going to share you how I have created this package and
Windows Environment Variables PATH
In this article we are going to see: Introduction The PATH is the system variable in the Windows Operating System. It contains the executables files path to run them from the command line or Terminal window. Note: Making changes to the system PATH variable is typically not necessary for computers running Windows or Mac OS