I am very new to Node and AngularJS.
Can I know the difference between npm run dev and npm start commands in node terminal?
npm run dev
npm start
You can look it up in the package.json. The section which you are looking for is named scripts.
package.json
scripts