angularjsnode.jsnpm

Difference between "npm run dev" and "npm start"


I am very new to Node and AngularJS.

Can I know the difference between npm run dev and npm start commands in node terminal?


Solution

  • You can look it up in the package.json. The section which you are looking for is named scripts.