What is npm install in Laravel?

As npm is the package manager for node , I frequently see it used with laravel boilerplate projects, but I can’t reason why? For example, this laravel-5-boilerplate instructs to npm install within the steps of installing the project.. Other examples too can be found of using npm with laravel..

Read more