Useful NPM Packages
When building javascript/typescript applications (Node,React,Angular ...), you invariably end up using various NPM packages. The following is list of NPM packages that I found useful in my development. I will keep updating this list as I discover/use new ones.
Nodemon
nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
No Comments Yet